diff options
author | Christian Persch <chpe@src.gnome.org> | 2007-09-14 04:35:53 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2007-09-14 04:35:53 +0800 |
commit | 8d92314d3772cdb4fe0240a19743ca1cf7c93267 (patch) | |
tree | 0bb8422f34fbbb0f3a21a66ad43f4b28d5fe20cf /embed/xulrunner | |
parent | 5c1e1426581eded08cc5d2506e342bc386a92ab7 (diff) | |
download | gsoc2013-epiphany-8d92314d3772cdb4fe0240a19743ca1cf7c93267.tar gsoc2013-epiphany-8d92314d3772cdb4fe0240a19743ca1cf7c93267.tar.gz gsoc2013-epiphany-8d92314d3772cdb4fe0240a19743ca1cf7c93267.tar.bz2 gsoc2013-epiphany-8d92314d3772cdb4fe0240a19743ca1cf7c93267.tar.lz gsoc2013-epiphany-8d92314d3772cdb4fe0240a19743ca1cf7c93267.tar.xz gsoc2013-epiphany-8d92314d3772cdb4fe0240a19743ca1cf7c93267.tar.zst gsoc2013-epiphany-8d92314d3772cdb4fe0240a19743ca1cf7c93267.zip |
Add utils to LDADD to try to fix the linking.
svn path=/trunk/; revision=7433
Diffstat (limited to 'embed/xulrunner')
-rw-r--r-- | embed/xulrunner/components/Makefile.am | 1 | ||||
-rw-r--r-- | embed/xulrunner/embed/Makefile.am | 1 |
2 files changed, 2 insertions, 0 deletions
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 |