diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-11-26 03:06:04 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-11-26 03:06:04 +0800 |
commit | 7d11063bc06b528fe37597c0b9030f5f724b8988 (patch) | |
tree | 0b367d7f300b959fc05e87887bc2e6b7eced0fab /embed | |
parent | 506fe28922fa97b95f9b7843d2fffaf69cdee359 (diff) | |
download | gsoc2013-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 'embed')
-rw-r--r-- | embed/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/embed/Makefile.am b/embed/Makefile.am index 91ca67c0d..893575963 100644 --- a/embed/Makefile.am +++ b/embed/Makefile.am @@ -2,6 +2,7 @@ SUBDIRS = mozilla INCLUDES = \ -I$(top_srcdir)/embed/mozilla \ + -I$(top_builddir)/lib \ -I$(top_srcdir)/lib \ -I$(top_srcdir)/lib/egg \ -I$(top_srcdir)/lib/widgets \ |