aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2009-02-07 23:42:34 +0800
committerXan Lopez <xan@src.gnome.org>2009-02-07 23:42:34 +0800
commit84de52d327ebc179837a6503df2cb988647910fa (patch)
treea955914956408874044636c44488a179b3c43778 /src
parent6a87231529aee6e98405ac97bb72d079d878d2b9 (diff)
downloadgsoc2013-epiphany-84de52d327ebc179837a6503df2cb988647910fa.tar
gsoc2013-epiphany-84de52d327ebc179837a6503df2cb988647910fa.tar.gz
gsoc2013-epiphany-84de52d327ebc179837a6503df2cb988647910fa.tar.bz2
gsoc2013-epiphany-84de52d327ebc179837a6503df2cb988647910fa.tar.lz
gsoc2013-epiphany-84de52d327ebc179837a6503df2cb988647910fa.tar.xz
gsoc2013-epiphany-84de52d327ebc179837a6503df2cb988647910fa.tar.zst
gsoc2013-epiphany-84de52d327ebc179837a6503df2cb988647910fa.zip
Use epiphany_LDADD for Seed libraries.
svn path=/trunk/; revision=8761
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 0722c73b6..9975b50ac 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -136,7 +136,6 @@ libephymain_la_SOURCES += \
$(NULL)
libephymain_la_CFLAGS += $(SEED_CFLAGS)
-libephymain_la_LIBADD += $(SEED_LIBS)
endif # ENABLE_SEED
if ENABLE_PYTHON
@@ -236,6 +235,10 @@ epiphany_CFLAGS += $(INTROSPECTION_CFLAGS)
epiphany_LDADD += $(INTROSPECTION_LIBS)
endif
+if ENABLE_SEED
+epiphany_LDADD += $(SEED_LIBS)
+endif # ENABLE_SEED
+
if ENABLE_PYTHON
epiphany_LDADD += \
libpyphany.la \