From a0dfce74bd24097c0f12dee6f403e82c45fa6ca6 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Fri, 14 Sep 2007 19:04:13 +0000 Subject: Fix missing symbol on link. svn path=/trunk/; revision=7439 --- embed/xulrunner/components/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/embed/xulrunner/components/Makefile.am b/embed/xulrunner/components/Makefile.am index 396389575..ee48b74ff 100644 --- a/embed/xulrunner/components/Makefile.am +++ b/embed/xulrunner/components/Makefile.am @@ -93,6 +93,7 @@ libephycomponents_la_LDFLAGS = \ libephycomponents_la_LIBADD = \ $(top_builddir)/embed/xulrunner/utils/libephyxulrunnerutils.la \ + $(top_builddir)/embed/xulrunner/src/libgnomegeckoembed.la \ $(top_builddir)/embed/xulrunner/embed/libephyxulrunnerembed.la \ $(LIBXUL_LIBS) -- cgit v1.2.3