From c212f680a4be445e8964c2ea47347f218718b988 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Thu, 31 Dec 2009 01:47:24 +0100 Subject: [PATCH] Avoid warnings when introspetion is not available -include is the same as include but will never warn if the file is not available --- gdk-pixbuf/Makefile.am | 2 +- gdk/Makefile.am | 2 +- gtk/Makefile.am | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am index 7c2407b78d..58685dcb9e 100644 --- a/gdk-pixbuf/Makefile.am +++ b/gdk-pixbuf/Makefile.am @@ -1,5 +1,5 @@ include $(top_srcdir)/Makefile.decl -include $(INTROSPECTION_MAKEFILE) +-include $(INTROSPECTION_MAKEFILE) INTROSPECTION_GIRS = diff --git a/gdk/Makefile.am b/gdk/Makefile.am index 1d3ece423d..7dfc1933b4 100644 --- a/gdk/Makefile.am +++ b/gdk/Makefile.am @@ -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 diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 2a2db02379..c3d950f47a 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -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 \