summaryrefslogtreecommitdiff
path: root/gdk/Makefile.am
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2009-12-31 01:47:24 +0100
committerJohan Dahlin <johan@gnome.org>2009-12-31 01:47:24 +0100
commitc212f680a4be445e8964c2ea47347f218718b988 (patch)
treef78d63485c2783683791e84e607ff84ab2907ecd /gdk/Makefile.am
parent5955cfe37fbe81ca1b9c660254db3ecedc92827a (diff)
downloadgtk+-c212f680a4be445e8964c2ea47347f218718b988.tar.gz
Avoid warnings when introspetion is not available
-include is the same as include but will never warn if the file is not available
Diffstat (limited to 'gdk/Makefile.am')
-rw-r--r--gdk/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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