diff options
author | Xan Lopez <xan@src.gnome.org> | 2009-02-07 23:42:34 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2009-02-07 23:42:34 +0800 |
commit | 84de52d327ebc179837a6503df2cb988647910fa (patch) | |
tree | a955914956408874044636c44488a179b3c43778 /src/Makefile.am | |
parent | 6a87231529aee6e98405ac97bb72d079d878d2b9 (diff) | |
download | gsoc2013-epiphany-84de52d327ebc179837a6503df2cb988647910fa.tar.gz gsoc2013-epiphany-84de52d327ebc179837a6503df2cb988647910fa.tar.zst gsoc2013-epiphany-84de52d327ebc179837a6503df2cb988647910fa.zip |
Use epiphany_LDADD for Seed libraries.
svn path=/trunk/; revision=8761
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 5 |
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 \ |