From 47fcb998f5843d1a95f29e59a3c290a0fc815876 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 31 Aug 2010 19:50:13 -0400 Subject: [PATCH] introspection: Enable warnings Also depend on Makefile to ensure we rerun on build changes. --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index 9cddc8f3e..406e528e9 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@ \