gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r11786: link in libltdlc.la from lib


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11786: link in libltdlc.la from libbase for libtool 1.x.
Date: Wed, 20 Jan 2010 20:15:35 -0700
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 11786
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Wed 2010-01-20 20:15:35 -0700
message:
  link in libltdlc.la from libbase for libtool 1.x.
modified:
  gui/Makefile.am
  utilities/Makefile.am
=== modified file 'gui/Makefile.am'
--- a/gui/Makefile.am   2010-01-21 00:27:19 +0000
+++ b/gui/Makefile.am   2010-01-21 03:15:35 +0000
@@ -114,6 +114,9 @@
 if LIBLTDL2
 GNASH_LIBS += $(top_builddir)/libltdl/libltdlc.la
 endif
+if LIBLTDL1
+GNASH_LIBS += $(top_builddir)/libbase/libltdlc.la
+endif
 
 # Only build loadable modules unless statically linking
 # if DYNAMIC_GUI # make shared libraries suitable for dlopen().

=== modified file 'utilities/Makefile.am'
--- a/utilities/Makefile.am     2010-01-21 00:27:19 +0000
+++ b/utilities/Makefile.am     2010-01-21 03:15:35 +0000
@@ -35,6 +35,9 @@
 if LIBLTDL2
 GNASH_LIBS += $(top_builddir)/libltdl/libltdlc.la
 endif
+if LIBLTDL1
+GNASH_LIBS += $(top_builddir)/libbase/libltdlc.la
+endif
 
 ## WARNING: make sure GLIB_LIBS appears first
 ## See: http://lists.gnu.org/archive/html/gnash-dev/2006-07/msg00076.html


reply via email to

[Prev in Thread] Current Thread [Next in Thread]