summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Untz <vuntz@gnome.org>2009-04-27 00:51:50 +0200
committerVincent Untz <vuntz@gnome.org>2009-04-27 01:14:29 +0200
commit0bd948a11626b079162ac142ea2884a4e2b78492 (patch)
treeb24386c8cf0ba2f5d84a4d87b48f12f74a7e60a1
parent6331af9bda9e1579b240690c906a202faec2b20e (diff)
downloadgnome-desktop-0bd948a11626b079162ac142ea2884a4e2b78492.tar.gz
Remove unneeded -D compilation flags
-rw-r--r--libgnome-desktop/Makefile.am4
1 files changed, 0 insertions, 4 deletions
diff --git a/libgnome-desktop/Makefile.am b/libgnome-desktop/Makefile.am
index adf16897..86c08b98 100644
--- a/libgnome-desktop/Makefile.am
+++ b/libgnome-desktop/Makefile.am
@@ -2,10 +2,6 @@ SUBDIRS = libgnome libgnomeui
INCLUDES = \
-DGNOMELOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale\"" \
- -DGNOME_DESKTOP_SYSCONFDIR=\""$(sysconfdir)"\" \
- -DGNOME_DESKTOP_PIXMAPDIR=\""$(datadir)/pixmaps"\" \
- -DGNOME_DESKTOP_ICONDIR=\""$(datadir)/icons"\" \
- -DGNOME_CORE_INTERNAL \
-DDATADIR=\""$(pkgdatadir)"\" \
$(WARN_CFLAGS) \
$(DISABLE_DEPRECATED) \