[gtk+] Avoid warnings when introspetion is not available
- From: Johan Dahlin <johan src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gtk+] Avoid warnings when introspetion is not available
- Date: Thu, 31 Dec 2009 00:50:11 +0000 (UTC)
commit c212f680a4be445e8964c2ea47347f218718b988
Author: Johan Dahlin <johan gnome org>
Date: Thu Dec 31 01:47:24 2009 +0100
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 7c2407b..58685dc 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 1d3ece4..7dfc193 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 2a2db02..c3d950f 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 \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]