[vinagre/gnome-3-0] Correct deprecation flags variable in Makefile.am



commit a17b8e9dbb86a6f46e5b1f2a0730837d9d6dc30e
Author: David King <amigadave amigadave com>
Date:   Sat Aug 13 13:47:29 2011 +0200

    Correct deprecation flags variable in Makefile.am

 Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 5ced491..a255eec 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,7 +19,7 @@ AM_CPPFLAGS = \
 	$(VINAGRE_CFLAGS) \
 	$(INTROSPECTION_CFLAGS) \
 	$(WARN_FLAGS) \
-	$(DISABLE_DEPRECATED_FLAGS)
+	$(DISABLE_DEPRECATED)
 
 bin_PROGRAMS = vinagre/vinagre
 



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