[network-manager-applet] build: ensure we use DISABLE_DEPRECATED everywhere



commit 008f67ec1f45eb143731f437c402f5d155b81d3a
Author: Dan Williams <dcbw redhat com>
Date:   Fri Apr 23 12:20:40 2010 -0700

    build: ensure we use DISABLE_DEPRECATED everywhere

 src/gconf-helpers/Makefile.am     |    1 +
 src/gnome-bluetooth/Makefile.am   |    1 +
 src/wireless-security/Makefile.am |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/src/gconf-helpers/Makefile.am b/src/gconf-helpers/Makefile.am
index 05b5231..873fc90 100644
--- a/src/gconf-helpers/Makefile.am
+++ b/src/gconf-helpers/Makefile.am
@@ -12,6 +12,7 @@ libgconf_helpers_la_SOURCES =	\
 
 libgconf_helpers_la_CPPFLAGS = \
 	$(NMA_CFLAGS) \
+	$(DISABLE_DEPRECATED) \
 	-I${top_srcdir}/src \
 	-I${top_builddir}/src/marshallers \
 	-I${top_srcdir}/src/utils
diff --git a/src/gnome-bluetooth/Makefile.am b/src/gnome-bluetooth/Makefile.am
index f53e3c1..d3d9095 100644
--- a/src/gnome-bluetooth/Makefile.am
+++ b/src/gnome-bluetooth/Makefile.am
@@ -9,6 +9,7 @@ INCLUDES = \
 	-I${top_builddir}/src/marshallers \
 	-I${top_srcdir}/src/utils \
 	$(GNOME_BLUETOOTH_CFLAGS) \
+	$(DISABLE_DEPRECATED) \
 	$(WARN_CFLAGS)
 
 if HAVE_GBT
diff --git a/src/wireless-security/Makefile.am b/src/wireless-security/Makefile.am
index 0562262..3f4088f 100644
--- a/src/wireless-security/Makefile.am
+++ b/src/wireless-security/Makefile.am
@@ -30,6 +30,7 @@ libwireless_security_la_SOURCES = \
 
 libwireless_security_la_CPPFLAGS = \
 	$(NMA_CFLAGS) \
+	$(DISABLE_DEPRECATED) \
 	-I${top_srcdir}/src/utils \
 	-I${top_srcdir}/src/gconf-helpers
 



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