From 1741c515eda8918bebe8844beb4cd32cbdd6aa58 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 18 Dec 2006 20:39:39 +0000 Subject: === Release 2.17.4 === 2006-12-18 Christian Persch === Release 2.17.4 === * autogen.sh: * configure.ac: * src/Makefile.am: Link with -lxpcomglue_s on trunk. --- src/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index fc21eb581..b944c3152 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -216,6 +216,7 @@ epiphany_LDADD = \ $(top_builddir)/lib/egg/libegg.la \ $(GECKO_LIBS) \ $(MOZILLA_EXTRA_LIBS) \ + $(MOZILLA_GLUE_LIBS) \ $(DEPENDENCIES_LIBS) \ $(DBUS_LIBS) \ $(LIBINTL) -- cgit