aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2007-09-15 03:04:24 +0800
committerChristian Persch <chpe@src.gnome.org>2007-09-15 03:04:24 +0800
commit9beff541dd10f3bd31bca94dd6887a2c51a1e028 (patch)
tree317b6413c4dd97512fef04f8e26be2e1b96dfb1f /src
parenta0dfce74bd24097c0f12dee6f403e82c45fa6ca6 (diff)
downloadgsoc2013-epiphany-9beff541dd10f3bd31bca94dd6887a2c51a1e028.tar
gsoc2013-epiphany-9beff541dd10f3bd31bca94dd6887a2c51a1e028.tar.gz
gsoc2013-epiphany-9beff541dd10f3bd31bca94dd6887a2c51a1e028.tar.bz2
gsoc2013-epiphany-9beff541dd10f3bd31bca94dd6887a2c51a1e028.tar.lz
gsoc2013-epiphany-9beff541dd10f3bd31bca94dd6887a2c51a1e028.tar.xz
gsoc2013-epiphany-9beff541dd10f3bd31bca94dd6887a2c51a1e028.tar.zst
gsoc2013-epiphany-9beff541dd10f3bd31bca94dd6887a2c51a1e028.zip
Link to the XPCOM glue and set GRE_HOME on startup, until I can figure out
what's our linking story wrt. XPCOM glue. svn path=/trunk/; revision=7440
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 59d822b9c..50ef94c1b 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -240,7 +240,7 @@ epiphany_LDADD += \
if WITH_XULRUNNER_ENGINE
epiphany_LDFLAGS += -R$(LIBXUL_LIBDIR)
-epiphany_LDADD += $(LIBXUL_LIBS)
+epiphany_LDADD += $(LIBXUL_LIBS) -lxpcomglue
endif
if WITH_GECKO_ENGINE