[nautilus-sendto] Add deprecated flags when in maintainer-mode



commit 4d378babdf20aaa866ca3c3398e89b429dc4852f
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jun 25 16:06:58 2009 +0100

    Add deprecated flags when in maintainer-mode

 src/Makefile.am                           |    1 +
 src/plugins/bluetooth/Makefile.am         |    1 +
 src/plugins/empathy/Makefile.am           |    1 +
 src/plugins/evolution/Makefile.am         |    1 +
 src/plugins/gajim/Makefile.am             |    1 +
 src/plugins/nautilus-burn/Makefile.am     |    1 +
 src/plugins/pidgin/Makefile.am            |    1 +
 src/plugins/removable-devices/Makefile.am |    1 +
 src/plugins/upnp/Makefile.am              |    1 +
 9 files changed, 9 insertions(+), 0 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 6816fa9..dcec21e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -8,6 +8,7 @@ INCLUDES =					\
 	-DLOCALEDIR="\"$(datadir)/locale\""	\
 	$(NAUTILUS_SENDTO_CFLAGS)		\
 	$(NAUTILUS_EXT_SENDTO_CFLAGS)		\
+	$(DISABLE_DEPRECATED)			\
 	$(WARN_CFLAGS)
 
 glade_DATA = nautilus-sendto.glade
diff --git a/src/plugins/bluetooth/Makefile.am b/src/plugins/bluetooth/Makefile.am
index 5acbb23..626880e 100644
--- a/src/plugins/bluetooth/Makefile.am
+++ b/src/plugins/bluetooth/Makefile.am
@@ -10,6 +10,7 @@ INCLUDES =                                      \
         $(NAUTILUS_SENDTO_CFLAGS)               \
 	$(BLUETOOTH_CFLAGS)			\
 	$(DBUS_CFLAGS)				\
+	$(DISABLE_DEPRECATED)			\
 	$(WARN_CFLAGS)
 
 plugin_LTLIBRARIES = libnstbluetooth.la
diff --git a/src/plugins/empathy/Makefile.am b/src/plugins/empathy/Makefile.am
index 8c2cbe2..e5d7509 100644
--- a/src/plugins/empathy/Makefile.am
+++ b/src/plugins/empathy/Makefile.am
@@ -9,6 +9,7 @@ INCLUDES =                                      \
         -DGLADEDIR=\""$(gladedir)"\"            \
         $(NAUTILUS_SENDTO_CFLAGS)               \
 	$(WARN_CFLAGS)				\
+	$(DISABLE_DEPRECATED)			\
 	$(EMPATHY_CFLAGS)
 
 plugin_LTLIBRARIES = libnstempathy.la
diff --git a/src/plugins/evolution/Makefile.am b/src/plugins/evolution/Makefile.am
index db4d2b1..3e04636 100644
--- a/src/plugins/evolution/Makefile.am
+++ b/src/plugins/evolution/Makefile.am
@@ -9,6 +9,7 @@ INCLUDES =                                      \
         -DGLADEDIR=\""$(gladedir)"\"            \
         $(NAUTILUS_SENDTO_CFLAGS)               \
 	$(NST_EBOOK_CFLAGS)			\
+	$(DISABLE_DEPRECATED)			\
 	$(WARN_CFLAGS)
 
 MARSHALFILES = econtactentry-marshal.c econtactentry-marshal.h
diff --git a/src/plugins/gajim/Makefile.am b/src/plugins/gajim/Makefile.am
index 6048737..3c80d8e 100644
--- a/src/plugins/gajim/Makefile.am
+++ b/src/plugins/gajim/Makefile.am
@@ -8,6 +8,7 @@ INCLUDES =                                      \
         -I$(top_builddir)                       \
         -DGLADEDIR=\""$(gladedir)"\"            \
         $(NAUTILUS_SENDTO_CFLAGS)               \
+        $(DISABLE_DEPRECATED)			\
 	$(WARN_CFLAGS)
 
 plugin_LTLIBRARIES = libnstgajim.la
diff --git a/src/plugins/nautilus-burn/Makefile.am b/src/plugins/nautilus-burn/Makefile.am
index 3970300..6dabaee 100644
--- a/src/plugins/nautilus-burn/Makefile.am
+++ b/src/plugins/nautilus-burn/Makefile.am
@@ -10,6 +10,7 @@ INCLUDES =                                      \
         -DGLADEDIR=\""$(gladedir)"\"            \
         $(NAUTILUS_SENDTO_CFLAGS)               \
 	$(WARN_CFLAGS)				\
+	$(DISABLE_DEPRECATED)			\
 	$(GIO_CFLAGS)
 
 plugin_LTLIBRARIES = libnstburn.la
diff --git a/src/plugins/pidgin/Makefile.am b/src/plugins/pidgin/Makefile.am
index 1135bd2..28e39d8 100644
--- a/src/plugins/pidgin/Makefile.am
+++ b/src/plugins/pidgin/Makefile.am
@@ -10,6 +10,7 @@ INCLUDES =                                      \
         $(NAUTILUS_SENDTO_CFLAGS)               \
 	$(NST_EBOOK_CFLAGS)			\
 	$(PIDGIN_CFLAGS)			\
+	$(DISABLE_DEPRECATED)			\
 	$(WARN_CFLAGS)
 
 plugin_LTLIBRARIES = libnstpidgin.la
diff --git a/src/plugins/removable-devices/Makefile.am b/src/plugins/removable-devices/Makefile.am
index 97fe960..8c3d599 100644
--- a/src/plugins/removable-devices/Makefile.am
+++ b/src/plugins/removable-devices/Makefile.am
@@ -9,6 +9,7 @@ INCLUDES =                                      \
         -I$(srcdir)/../				\
         -DGLADEDIR=\""$(gladedir)"\"            \
         $(NAUTILUS_SENDTO_CFLAGS)               \
+        $(DISABLE_DEPRECATED)			\
 	$(WARN_CFLAGS)
 
 plugin_LTLIBRARIES = libnstremovable_devices.la
diff --git a/src/plugins/upnp/Makefile.am b/src/plugins/upnp/Makefile.am
index 5a426c2..54083af 100644
--- a/src/plugins/upnp/Makefile.am
+++ b/src/plugins/upnp/Makefile.am
@@ -9,6 +9,7 @@ INCLUDES =                                      \
         -DGLADEDIR=\""$(gladedir)"\"            \
         $(NAUTILUS_SENDTO_CFLAGS)               \
 	$(UPNP_CFLAGS)				\
+	$(DISABLE_DEPRECATED)			\
 	$(WARN_CFLAGS)
 
 plugin_LTLIBRARIES = libnstupnp.la



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