summaryrefslogtreecommitdiff
path: root/modules
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 /modules
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 'modules')
-rw-r--r--modules/other/gail/Makefile.am1
-rw-r--r--modules/other/gail/libgail-util/Makefile.am1
-rw-r--r--modules/other/gail/tests/Makefile.am1
3 files changed, 3 insertions, 0 deletions
diff --git a/modules/other/gail/Makefile.am b/modules/other/gail/Makefile.am
index 9abc107248..75256c7ca6 100644
--- a/modules/other/gail/Makefile.am
+++ b/modules/other/gail/Makefile.am
@@ -138,6 +138,7 @@ libgailinclude_HEADERS = \
$(gail_public_h_sources)
libgail_la_CPPFLAGS = \
+ -I$(top_srcdir) \
-I$(top_srcdir)/modules/other \
-I$(top_srcdir)/gdk \
-I$(top_builddir)/gdk \
diff --git a/modules/other/gail/libgail-util/Makefile.am b/modules/other/gail/libgail-util/Makefile.am
index 2471eab460..0230433cc3 100644
--- a/modules/other/gail/libgail-util/Makefile.am
+++ b/modules/other/gail/libgail-util/Makefile.am
@@ -47,6 +47,7 @@ libgailutilinclude_HEADERS = \
$(util_public_h_sources)
libgailutil_la_CPPFLAGS = \
+ -I$(top_srcdir) \
-I$(top_srcdir)/gdk \
-I$(top_builddir)/gdk \
-I$(top_srcdir)/gtk \
diff --git a/modules/other/gail/tests/Makefile.am b/modules/other/gail/tests/Makefile.am
index 787e721bfd..c62fa07a86 100644
--- a/modules/other/gail/tests/Makefile.am
+++ b/modules/other/gail/tests/Makefile.am
@@ -33,6 +33,7 @@ noinst_LTLIBRARIES = \
libtestvalues.la
AM_CPPFLAGS = \
+ -I$(top_srcdir) \
-I$(top_srcdir)/gdk \
-I$(top_builddir)/gdk \
-I$(top_srcdir)/gtk \