gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/libamf Makefile.am


From: Markus Gothe
Subject: [Gnash-commit] gnash/libamf Makefile.am
Date: Thu, 03 May 2007 23:05:08 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/05/03 23:05:08

Modified files:
        libamf         : Makefile.am 

Log message:
        Fixed linking on Darwin.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libamf/Makefile.am?cvsroot=gnash&r1=1.23&r2=1.24

Patches:
Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/libamf/Makefile.am,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- Makefile.am 1 May 2007 22:00:35 -0000       1.23
+++ Makefile.am 3 May 2007 23:05:08 -0000       1.24
@@ -15,7 +15,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-# $Id: Makefile.am,v 1.23 2007/05/01 22:00:35 rsavoye Exp $
+# $Id: Makefile.am,v 1.24 2007/05/03 23:05:08 nihilus Exp $
 
 AUTOMAKE_OPTIONS = 
 
@@ -24,7 +24,7 @@
 
 lib_LTLIBRARIES = libgnashamf.la
 libgnashamf_la_SOURCES = amf.cpp rtmp.cpp
-libgnashamf_la_LDFLAGS =  -release $(VERSION) -export-dynamic -no-undefined 
+libgnashamf_la_LDFLAGS =  -release $(VERSION) -export-dynamic -no-undefined 
${AM_LDFLAGS} 
 # noinst_HEADERS = amf.h amfutf8.h
 
 AM_CPPFLAGS = -I.. -I$(srcdir) \




reply via email to

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