[vinagre] Use WARN_FLAGS and DISABLE_DEPRECATED_FLAGS



commit cc10adb8758711df9d83e743faf40173d6d7b13f
Author: David King <amigadave amigadave com>
Date:   Wed Mar 9 18:19:08 2011 +0100

    Use WARN_FLAGS and DISABLE_DEPRECATED_FLAGS

 Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 2462ee3..01cd302 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,7 +16,9 @@ AM_CPPFLAGS = \
 	-DPACKAGE_LOCALE_DIR=\""$(datadir)/locale"\" \
 	-DSSH_PROGRAM=\"$(SSH_PROGRAM)\" \
 	$(VINAGRE_CFLAGS) \
-	$(INTROSPECTION_CFLAGS)
+	$(INTROSPECTION_CFLAGS) \
+	$(WARN_FLAGS) \
+	$(DISABLE_DEPRECATED_FLAGS)
 
 bin_PROGRAMS = vinagre/vinagre
 



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