aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-11-26 03:06:04 +0800
committerChristian Persch <chpe@src.gnome.org>2004-11-26 03:06:04 +0800
commit7d11063bc06b528fe37597c0b9030f5f724b8988 (patch)
tree0b367d7f300b959fc05e87887bc2e6b7eced0fab /src
parent506fe28922fa97b95f9b7843d2fffaf69cdee359 (diff)
downloadgsoc2013-epiphany-7d11063bc06b528fe37597c0b9030f5f724b8988.tar
gsoc2013-epiphany-7d11063bc06b528fe37597c0b9030f5f724b8988.tar.gz
gsoc2013-epiphany-7d11063bc06b528fe37597c0b9030f5f724b8988.tar.bz2
gsoc2013-epiphany-7d11063bc06b528fe37597c0b9030f5f724b8988.tar.lz
gsoc2013-epiphany-7d11063bc06b528fe37597c0b9030f5f724b8988.tar.xz
gsoc2013-epiphany-7d11063bc06b528fe37597c0b9030f5f724b8988.tar.zst
gsoc2013-epiphany-7d11063bc06b528fe37597c0b9030f5f724b8988.zip
Fix out-of-srcdir build.
2004-11-25 Christian Persch <chpe@cvs.gnome.org> * embed/Makefile.am: * lib/widgets/Makefile.am: * src/Makefile.am: * src/bookmarks/Makefile.am: Fix out-of-srcdir build.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am1
-rw-r--r--src/bookmarks/Makefile.am1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 93816cc44..9959d9277 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,6 +1,7 @@
SUBDIRS = bookmarks
INCLUDES = \
+ -I$(top_builddir)/lib \
-I$(top_srcdir)/embed \
-I$(top_srcdir)/lib \
-I$(top_srcdir)/lib/egg \
diff --git a/src/bookmarks/Makefile.am b/src/bookmarks/Makefile.am
index 9f26dd2b4..df7a90e51 100644
--- a/src/bookmarks/Makefile.am
+++ b/src/bookmarks/Makefile.am
@@ -1,5 +1,6 @@
INCLUDES = \
-I$(top_srcdir)/lib \
+ -I$(top_builddir)/lib \
-I$(top_srcdir)/src \
-I$(top_srcdir)/embed \
-I$(top_srcdir)/lib/widgets \