summaryrefslogtreecommitdiff
path: root/eel
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2012-10-23 18:18:46 -0400
committerCosimo Cecchi <cosimoc@gnome.org>2012-10-23 20:04:03 -0400
commitc6a1bf5fa5ddfb39fdc7ede0c8df9ae255b0a0f0 (patch)
treeb11491c6795590552525e2291f80745c83512655 /eel
parent86bfd968d259c836abd93a5cc60c1345ec79fb9f (diff)
downloadnautilus-c6a1bf5fa5ddfb39fdc7ede0c8df9ae255b0a0f0.tar.gz
build: use GNOME_MAINTAINER_MODE_DEFINES
Instead of defining our own set of deprecation cflags.
Diffstat (limited to 'eel')
-rw-r--r--eel/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/eel/Makefile.am b/eel/Makefile.am
index 5ffbb0aaf..c14ccc536 100644
--- a/eel/Makefile.am
+++ b/eel/Makefile.am
@@ -9,7 +9,7 @@ INCLUDES = \
$(BASE_CFLAGS) \
$(COMMON_CFLAGS) \
$(WARNING_CFLAGS) \
- $(DISABLE_DEPRECATED_CFLAGS) \
+ $(DISABLE_DEPRECATED) \
-DDATADIR=\""$(datadir)"\" \
-DSOURCE_DATADIR=\""$(top_srcdir)/data"\" \
-DGNOMELOCALEDIR=\""$(prefix)/${DATADIRNAME}/locale"\" \