aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2008-01-19 22:17:59 +0800
committerXan Lopez <xan@src.gnome.org>2008-01-19 22:17:59 +0800
commit013ae67f7c09549e2cb9824e075d26462470cc16 (patch)
tree1ea98d9667addfc02cff6bd557695de5128faa7b /lib/Makefile.am
parent468ba6640fb691c169d28b351b03f85874dc2f36 (diff)
downloadgsoc2013-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
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am1
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)