gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11110: Don't link libtdl twice. Fix


From: Benjamin Wolsey
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11110: Don't link libtdl twice. Fixes build on Mandriva.
Date: Sun, 14 Jun 2009 16:57:43 +0200
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 11110
committer: Benjamin Wolsey <address@hidden>
branch nick: trunk
timestamp: Sun 2009-06-14 16:57:43 +0200
message:
  Don't link libtdl twice. Fixes build on Mandriva.
modified:
  libbase/Makefile.am
=== modified file 'libbase/Makefile.am'
--- a/libbase/Makefile.am       2009-06-13 20:34:48 +0000
+++ b/libbase/Makefile.am       2009-06-14 14:57:43 +0000
@@ -198,7 +198,7 @@
 inst_HEADERS = $(EXTENSIONS_API)
 endif
 
-libgnashbase_la_LDFLAGS = -release $(VERSION) $(LIBLTDL)
+libgnashbase_la_LDFLAGS = -release $(VERSION) 
 libgnashbase_la_DEPENDENCIES = $(LIBLTDL)
 
 if WIN32


reply via email to

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