diff options
author | Johan Dahlin <johan@gnome.org> | 2009-12-31 01:47:24 +0100 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2009-12-31 01:47:24 +0100 |
commit | c212f680a4be445e8964c2ea47347f218718b988 (patch) | |
tree | f78d63485c2783683791e84e607ff84ab2907ecd /gdk-pixbuf | |
parent | 5955cfe37fbe81ca1b9c660254db3ecedc92827a (diff) | |
download | gtk+-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-pixbuf')
-rw-r--r-- | gdk-pixbuf/Makefile.am | 2 |
1 files changed, 1 insertions, 1 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 = |