aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-02-08 22:26:47 +0800
committerChristian Persch <chpe@src.gnome.org>2006-02-08 22:26:47 +0800
commitbfc8ec21731da108340a66d5137da6dc70d55607 (patch)
tree1cc141a3af5537aedf777118542406990ad563d0 /src
parent91314eee710ec152f392d316547a2eb0a3a4f6f4 (diff)
downloadgsoc2013-epiphany-bfc8ec21731da108340a66d5137da6dc70d55607.tar
gsoc2013-epiphany-bfc8ec21731da108340a66d5137da6dc70d55607.tar.gz
gsoc2013-epiphany-bfc8ec21731da108340a66d5137da6dc70d55607.tar.bz2
gsoc2013-epiphany-bfc8ec21731da108340a66d5137da6dc70d55607.tar.lz
gsoc2013-epiphany-bfc8ec21731da108340a66d5137da6dc70d55607.tar.xz
gsoc2013-epiphany-bfc8ec21731da108340a66d5137da6dc70d55607.tar.zst
gsoc2013-epiphany-bfc8ec21731da108340a66d5137da6dc70d55607.zip
Also build with ff trunk, by explicitly linking with -lxul.
2006-02-08 Christian Persch <chpe@cvs.gnome.org> * configure.ac: * m4/gecko.m4: * src/Makefile.am: Also build with ff trunk, by explicitly linking with -lxul.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index fd48ee971..5cd77cb2c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -215,6 +215,7 @@ epiphany_LDADD = \
$(top_builddir)/lib/libephymisc.la \
$(top_builddir)/lib/egg/libegg.la \
$(GECKO_LIBS) \
+ $(MOZILLA_EXTRA_LIBS) \
$(DEPENDENCIES_LIBS) \
$(DBUS_LIBS) \
$(LIBINTL)