[nautilus-open-terminal] build: make sure to pull in the right deprecated macros



commit a92c65d986c69f1d1e1d1f1949cb33b77709d278
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Feb 22 12:27:31 2011 -0500

    build: make sure to pull in the right deprecated macros

 configure.in    |    2 ++
 src/Makefile.am |    2 +-
 2 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 080dbf7..96806e3 100644
--- a/configure.in
+++ b/configure.in
@@ -53,6 +53,8 @@ AC_SUBST(GCONF_LIBS)
 AC_SUBST(GNOMEDESKTOP_CFLAGS)
 AC_SUBST(GNOMEDESKTOP_LIBS)
 
+AM_MAINTAINER_MODE([enable])
+GNOME_MAINTAINER_MODE_DEFINES
 
 # Get nautilus extensions directory
 
diff --git a/src/Makefile.am b/src/Makefile.am
index d5d726c..2457826 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -6,7 +6,7 @@ INCLUDES =						\
 	-I$(top_builddir)				\
 	$(WARN_CFLAGS)                                  \
 	-Werror                                         \
-	$(DISABLE_DEPRECATED_CFLAGS)			\
+	$(DISABLE_DEPRECATED)				\
 	$(NAUTILUS_CFLAGS)				\
 	$(GCONF_CFLAGS)					\
 	$(GNOMEDESKTOP_CFLAGS)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]