[mutter] introspection: Enable warnings



commit 47fcb998f5843d1a95f29e59a3c290a0fc815876
Author: Colin Walters <walters verbum org>
Date:   Tue Aug 31 19:50:13 2010 -0400

    introspection: Enable warnings
    
    Also depend on Makefile to ensure we rerun on build changes.

 src/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 9cddc8f..406e528 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -207,12 +207,13 @@ typelib_DATA = Meta-$(api_version).typelib
 
 # We need to strip out the attribute that would point back to libmutter-introspect
 # so that libgirepository looks for symbols in the executable instead
-Meta-$(api_version).gir: $(G_IR_SCANNER) mutter $(libmutterinclude_HEADERS) $(mutter_SOURCES)
+Meta-$(api_version).gir: $(G_IR_SCANNER) mutter $(libmutterinclude_HEADERS) $(mutter_SOURCES) Makefile
 	$(AM_V_GEN) pwd=`pwd` ;				\
         cd $(srcdir) &&					\
 	$(G_IR_SCANNER)					\
 		--namespace=Meta			\
 		--nsversion=$(api_version)		\
+		--warn-all				\
 		--include=GObject-2.0			\
 		--include=Gdk- GTK_API_VERSION@		\
 		--include=Gtk- GTK_API_VERSION@		\



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