From c212f680a4be445e8964c2ea47347f218718b988 Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Thu, 31 Dec 2009 01:47:24 +0100 Subject: 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdk-pixbuf') 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 = -- cgit v1.2.1