diff options
author | Xan Lopez <xan@src.gnome.org> | 2008-01-19 22:17:59 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2008-01-19 22:17:59 +0800 |
commit | 013ae67f7c09549e2cb9824e075d26462470cc16 (patch) | |
tree | 1ea98d9667addfc02cff6bd557695de5128faa7b | |
parent | 468ba6640fb691c169d28b351b03f85874dc2f36 (diff) | |
download | gsoc2013-epiphany-013ae67f7c09549e2cb9824e075d26462470cc16.tar gsoc2013-epiphany-013ae67f7c09549e2cb9824e075d26462470cc16.tar.gz gsoc2013-epiphany-013ae67f7c09549e2cb9824e075d26462470cc16.tar.bz2 gsoc2013-epiphany-013ae67f7c09549e2cb9824e075d26462470cc16.tar.lz gsoc2013-epiphany-013ae67f7c09549e2cb9824e075d26462470cc16.tar.xz gsoc2013-epiphany-013ae67f7c09549e2cb9824e075d26462470cc16.tar.zst gsoc2013-epiphany-013ae67f7c09549e2cb9824e075d26462470cc16.zip |
Fix build for builddir != srcdir
svn path=/trunk/; revision=7875
-rw-r--r-- | lib/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index b576d0398..c3cd5a16d 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -78,6 +78,7 @@ nodist_libephymisc_la_SOURCES = \ libephymisc_la_CPPFLAGS = \ -I$(top_builddir)/lib \ -I$(top_builddir)/lib/egg \ + -I$(top_srcdir)/lib/egg \ -DSHARE_DIR=\"$(pkgdatadir)\" \ -DEXTENSIONS_DIR=\""$(libdir)/epiphany/$(EPIPHANY_MAJOR)/extensions"\" \ $(AM_CPPFLAGS) |