summaryrefslogtreecommitdiff
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-01-14 09:32:26 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-01-14 09:32:26 -0500
commit8ba35bc38192ce3b4527294758cf8edd8fda6a08 (patch)
tree16ba911aa7619195d2f5b0641567a0ecffaa9ee3 /gtk/Makefile.am
parent890e4511aaf3ef0ef72328fd7b89440e49de94d2 (diff)
downloadgtk+-8ba35bc38192ce3b4527294758cf8edd8fda6a08.tar.gz
Add --warn-all to introspection scanner args
https://bugzilla.gnome.org/show_bug.cgi?id=635287
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r--gtk/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index fc3a86a06f..78957d30da 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -3,7 +3,8 @@ include $(top_srcdir)/Makefile.decl
-include $(INTROSPECTION_MAKEFILE)
INTROSPECTION_GIRS =
INTROSPECTION_SCANNER_ARGS = \
- --add-include-path=../gdk
+ --add-include-path=../gdk \
+ --warn-all
INTROSPECTION_COMPILER_ARGS = \
--includedir=$(srcdir) \
--includedir=. \