summaryrefslogtreecommitdiff
path: root/gtk/Makefile.am
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2008-02-16 02:39:20 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-02-16 02:39:20 +0000
commitca36ffc2afdac582d19467182ad863ada5cd0b68 (patch)
treecc2c1550ce664fa08844949053d7f67b3c963034 /gtk/Makefile.am
parent13277493eb99fc0e5d99acd719ab54a2cd83dadb (diff)
downloadgtk+-ca36ffc2afdac582d19467182ad863ada5cd0b68.tar.gz
Fix builddir!=srcdir builds. (#516254, Yevgen Muntyan)
2008-02-15 Matthias Clasen <mclasen@redhat.com> * gtk/Makefile.am: * modules/other/gail/tests/Makefile.am: * modules/other/gail/libgail-util/Makefile.am: * modules/other/gail/Makefile.am: Fix builddir!=srcdir builds. (#516254, Yevgen Muntyan) svn path=/trunk/; revision=19591
Diffstat (limited to 'gtk/Makefile.am')
-rw-r--r--gtk/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/Makefile.am b/gtk/Makefile.am
index 5a19467b55..93f48add98 100644
--- a/gtk/Makefile.am
+++ b/gtk/Makefile.am
@@ -29,6 +29,7 @@ INCLUDES = \
-DGTK_COMPILATION \
-DGTK_PRINT_BACKENDS=\"$(GTK_PRINT_BACKENDS)\" \
-DGTK_PRINT_PREVIEW_COMMAND=\"$(GTK_PRINT_PREVIEW_COMMAND)\" \
+ -I$(top_builddir) \
-I$(top_builddir)/gtk \
-I$(top_srcdir) -I../gdk \
-I$(top_srcdir)/gdk \