gnash-commit
[Top][All Lists]
Advanced

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

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


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

------------------------------------------------------------
revno: 11787
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Wed 2010-01-20 21:49:39 -0700
message:
  link in libltdlc.la from libbase for libtool 1.x.
modified:
  cygnal/Makefile.am
=== modified file 'cygnal/Makefile.am'
--- a/cygnal/Makefile.am        2010-01-21 00:27:19 +0000
+++ b/cygnal/Makefile.am        2010-01-21 04:49:39 +0000
@@ -61,6 +61,9 @@
 if LIBLTDL2
 AM_LDFLAGS += $(top_builddir)/libltdl/libltdlc.la
 endif
+if LIBLTDL1
+GNASH_LIBS += $(top_builddir)/libbase/libltdlc.la
+endif
 
 localedir = $(datadir)/locale
 


reply via email to

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