aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2007-09-14 04:35:53 +0800
committerChristian Persch <chpe@src.gnome.org>2007-09-14 04:35:53 +0800
commit8d92314d3772cdb4fe0240a19743ca1cf7c93267 (patch)
tree0bb8422f34fbbb0f3a21a66ad43f4b28d5fe20cf /src
parent5c1e1426581eded08cc5d2506e342bc386a92ab7 (diff)
downloadgsoc2013-epiphany-8d92314d3772cdb4fe0240a19743ca1cf7c93267.tar
gsoc2013-epiphany-8d92314d3772cdb4fe0240a19743ca1cf7c93267.tar.gz
gsoc2013-epiphany-8d92314d3772cdb4fe0240a19743ca1cf7c93267.tar.bz2
gsoc2013-epiphany-8d92314d3772cdb4fe0240a19743ca1cf7c93267.tar.lz
gsoc2013-epiphany-8d92314d3772cdb4fe0240a19743ca1cf7c93267.tar.xz
gsoc2013-epiphany-8d92314d3772cdb4fe0240a19743ca1cf7c93267.tar.zst
gsoc2013-epiphany-8d92314d3772cdb4fe0240a19743ca1cf7c93267.zip
Add utils to LDADD to try to fix the linking.
svn path=/trunk/; revision=7433
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 8d08a4857..59d822b9c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -216,8 +216,10 @@ epiphany_LDADD = \
if WITH_XULRUNNER_ENGINE
epiphany_LDADD += \
+ $(top_builddir)/embed/xulrunner/utils/libephyxulrunnerutils.la \
$(top_builddir)/embed/xulrunner/src/libgnomegeckoembed.la \
- $(top_builddir)/embed/xulrunner/embed/libephyxulrunnerembed.la
+ $(top_builddir)/embed/xulrunner/embed/libephyxulrunnerembed.la \
+ $(top_builddir)/embed/xulrunner/components/libephycomponents.la
endif
if WITH_GECKO_ENGINE