summaryrefslogtreecommitdiff
path: root/gir
diff options
context:
space:
mode:
authorAlexey Zakhlestin <indeyets@gmail.com>2010-06-04 14:35:24 +0400
committerJohan Dahlin <johan@gnome.org>2010-06-04 09:46:10 -0300
commitfbc86ceae2553996a59e2e96be3c6afcece8fc55 (patch)
treef4cf16fe1b829c1be1003313c689faaa07768221 /gir
parent98c25c5610d34983ab14cd650b96b19c0cc42056 (diff)
downloadgobject-introspection-fbc86ceae2553996a59e2e96be3c6afcece8fc55.tar.gz
Do not include preprocessor flags into GLib_2_0_gir_CFLAGS
https://bugzilla.gnome.org/show_bug.cgi?id=606686
Diffstat (limited to 'gir')
-rw-r--r--gir/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gir/Makefile.am b/gir/Makefile.am
index 6d01060c..1d88accd 100644
--- a/gir/Makefile.am
+++ b/gir/Makefile.am
@@ -33,7 +33,7 @@ endif
GLib_2_0_gir_LIBS = $(GLIB_LIBRARY)
GLib_2_0_gir_SCANNERFLAGS = --noclosure --strip-prefix=g --c-include="glib.h"
GLib_2_0_gir_PACKAGES = glib-2.0
-GLib_2_0_gir_CFLAGS = $(CPPFLAGS) \
+GLib_2_0_gir_CFLAGS = \
-I$(GLIB_INCLUDEDIR) \
-I$(GLIB_LIBDIR)/glib-2.0/include \
-DGETTEXT_PACKAGE=Dummy \