diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-01-14 09:32:26 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-01-14 09:32:26 -0500 |
commit | 8ba35bc38192ce3b4527294758cf8edd8fda6a08 (patch) | |
tree | 16ba911aa7619195d2f5b0641567a0ecffaa9ee3 /gdk/Makefile.am | |
parent | 890e4511aaf3ef0ef72328fd7b89440e49de94d2 (diff) | |
download | gtk+-8ba35bc38192ce3b4527294758cf8edd8fda6a08.tar.gz |
Add --warn-all to introspection scanner args
https://bugzilla.gnome.org/show_bug.cgi?id=635287
Diffstat (limited to 'gdk/Makefile.am')
-rw-r--r-- | gdk/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdk/Makefile.am b/gdk/Makefile.am index eb6672197f..dcaeb148f5 100644 --- a/gdk/Makefile.am +++ b/gdk/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=. |