gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11191: Correct libbase dependencies


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11191: Correct libbase dependencies for libtool 1.5.x builds, fixing parallel
Date: Wed, 01 Jul 2009 11:29:34 +0200
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 11191
author: Ed Martin <address@hidden>
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Wed 2009-07-01 11:29:34 +0200
message:
  Correct libbase dependencies for libtool 1.5.x builds, fixing parallel
  builds.
modified:
  libbase/Makefile.am
=== modified file 'libbase/Makefile.am'
--- a/libbase/Makefile.am       2009-06-14 14:57:43 +0000
+++ b/libbase/Makefile.am       2009-07-01 09:29:34 +0000
@@ -199,7 +199,7 @@
 endif
 
 libgnashbase_la_LDFLAGS = -release $(VERSION) 
-libgnashbase_la_DEPENDENCIES = $(LIBLTDL)
+libgnashbase_la_DEPENDENCIES = $(LIBLTDLLIB)
 
 if WIN32
   libgnashbase_la_LDFLAGS += -no-undefined


reply via email to

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