]> Pileus Git - ~andy/gtk/commitdiff
Avoid warnings when introspetion is not available
authorJohan Dahlin <johan@gnome.org>
Thu, 31 Dec 2009 00:47:24 +0000 (01:47 +0100)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:53:47 +0000 (20:53 -0400)
-include is the same as include but will never warn if the
file is not available

gdk-pixbuf/Makefile.am
gdk/Makefile.am
gtk/Makefile.am

index 7c2407b78db3a2b2e32a829e53e4dfff75a61809..58685dcb9ec82eb1783ffe8541d03fcaaaafd052 100644 (file)
@@ -1,5 +1,5 @@
 include $(top_srcdir)/Makefile.decl
-include $(INTROSPECTION_MAKEFILE)
+-include $(INTROSPECTION_MAKEFILE)
 
 INTROSPECTION_GIRS =
 
index 1d3ece423d1487aa1192f839595919252050dd79..7dfc1933b4a4e5c122ed92f87b79df2ed75e33aa 100644 (file)
@@ -1,6 +1,6 @@
 ## Makefile.am for gtk+/gdk
 include $(top_srcdir)/Makefile.decl
-include $(INTROSPECTION_MAKEFILE)
+-include $(INTROSPECTION_MAKEFILE)
 INTROSPECTION_GIRS =
 INTROSPECTION_SCANNER_ARGS = \
    --add-include-path=../gdk-pixbuf
index 63742266b9aac43153ebccd941b7c721d13ca59e..0d9784b64365e83a367a669e601aff7b4a110ce7 100644 (file)
@@ -1,6 +1,6 @@
 # Makefile.am for gtk+/gtk
 include $(top_srcdir)/Makefile.decl
-include $(INTROSPECTION_MAKEFILE)
+-include $(INTROSPECTION_MAKEFILE)
 INTROSPECTION_GIRS =
 INTROSPECTION_SCANNER_ARGS = \
        --add-include-path=../gdk-pixbuf \