summaryrefslogtreecommitdiff
path: root/gdk/Makefile.am
diff options
context:
space:
mode:
authorPavel Holejsovsky <pavel.holejsovsky@gmail.com>2012-03-23 07:09:02 +0100
committerPavel Holejsovsky <pavel.holejsovsky@gmail.com>2012-04-11 20:05:10 +0200
commit94116aec8e56e09090c4afa9a0920b41ee06452f (patch)
treeb047116bbbfbcee3574ca6e35717fb3f72ef91dc /gdk/Makefile.am
parent7e778aa033ad96a1a1ded0cd0780ce90befb4d9f (diff)
downloadgtk+-94116aec8e56e09090c4afa9a0920b41ee06452f.tar.gz
Fix sourcedir!=builddir .gir build from source tarball
Setting -I$(top_builddir) before -I$(top_srcdir) causes that g-ir-scanner picks up boxing definitions generated by glib-mkenums. https://bugzilla.gnome.org/show_bug.cgi?id=672133
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 6b647e5302..c0760f2fd6 100644
--- a/gdk/Makefile.am
+++ b/gdk/Makefile.am
@@ -36,9 +36,9 @@ EXTRA_DIST += \
AM_CPPFLAGS = \
-DG_LOG_DOMAIN=\"Gdk\" \
-DGDK_COMPILATION \
- -I$(top_srcdir) \
-I$(top_builddir) \
-I$(top_builddir)/gdk \
+ -I$(top_srcdir) \
$(GTK_DEBUG_FLAGS) \
$(GDK_DEP_CFLAGS)