summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2007-07-18 16:50:39 +0000
committerChristian Persch <chpe@src.gnome.org>2007-07-18 16:50:39 +0000
commit70a1781842a1bafdb26affd0af926037028c92c0 (patch)
tree022fdc2d0108f85760cceb75982320c4b1a34255
parentd45fc631ec4160f28d370c7cb9bd950ea8518559 (diff)
downloadepiphany-xulrunner.tar.gz
Fix linking to the glue.xulrunner
svn path=/branches/xulrunner/; revision=7189
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index ff3bdfdfb..373956103 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -217,6 +217,7 @@ epiphany_LDADD = \
$(GECKO_LIBS) \
$(GECKO_EXTRA_LIBS) \
$(GECKO_GLUE_LIBS) \
+ -lxpcomglue \
$(DEPENDENCIES_LIBS) \
$(DBUS_LIBS) \
$(LIBINTL)