From 8d92314d3772cdb4fe0240a19743ca1cf7c93267 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 13 Sep 2007 20:35:53 +0000 Subject: Add utils to LDADD to try to fix the linking. svn path=/trunk/; revision=7433 --- embed/xulrunner/components/Makefile.am | 1 + embed/xulrunner/embed/Makefile.am | 1 + src/Makefile.am | 4 +++- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/embed/xulrunner/components/Makefile.am b/embed/xulrunner/components/Makefile.am index ad9b5f348..7280d6541 100644 --- a/embed/xulrunner/components/Makefile.am +++ b/embed/xulrunner/components/Makefile.am @@ -90,6 +90,7 @@ libephycomponents_la_LDFLAGS = \ $(AM_LDFLAGS) libephycomponents_la_LIBADD = \ + $(top_builddir)/embed/xulrunner/utils/libephyxulrunnerutils.la \ $(LIBXUL_LIBS) CLEANFILES = diff --git a/embed/xulrunner/embed/Makefile.am b/embed/xulrunner/embed/Makefile.am index a2149a79b..d7c9bd503 100644 --- a/embed/xulrunner/embed/Makefile.am +++ b/embed/xulrunner/embed/Makefile.am @@ -62,4 +62,5 @@ libephyxulrunnerembed_la_CXXFLAGS = \ $(AM_CXXFLAGS) libephyxulrunnerembed_la_LIBADD = \ + $(top_builddir)/embed/xulrunner/utils/libephyxulrunnerutils.la \ $(top_builddir)/embed/xulrunner/src/libgnomegeckoembed.la diff --git a/src/Makefile.am b/src/Makefile.am index 8d08a4857..59d822b9c 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -216,8 +216,10 @@ epiphany_LDADD = \ if WITH_XULRUNNER_ENGINE epiphany_LDADD += \ + $(top_builddir)/embed/xulrunner/utils/libephyxulrunnerutils.la \ $(top_builddir)/embed/xulrunner/src/libgnomegeckoembed.la \ - $(top_builddir)/embed/xulrunner/embed/libephyxulrunnerembed.la + $(top_builddir)/embed/xulrunner/embed/libephyxulrunnerembed.la \ + $(top_builddir)/embed/xulrunner/components/libephycomponents.la endif if WITH_GECKO_ENGINE -- cgit v1.2.3