From 9beff541dd10f3bd31bca94dd6887a2c51a1e028 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Fri, 14 Sep 2007 19:04:24 +0000 Subject: 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 --- src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 -- cgit