gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog libamf/Makefile.am


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog libamf/Makefile.am
Date: Mon, 30 Jul 2007 22:48:19 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/07/30 22:48:19

Modified files:
        .              : ChangeLog 
        libamf         : Makefile.am 

Log message:
                * libamf/Makefile.am: add BOOST libs

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3875&r2=1.3876
http://cvs.savannah.gnu.org/viewcvs/gnash/libamf/Makefile.am?cvsroot=gnash&r1=1.26&r2=1.27

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3875
retrieving revision 1.3876
diff -u -b -r1.3875 -r1.3876
--- ChangeLog   30 Jul 2007 22:45:41 -0000      1.3875
+++ ChangeLog   30 Jul 2007 22:48:18 -0000      1.3876
@@ -1,5 +1,6 @@
 2007-07-29 Sandro Santilli <address@hidden>
 
+       * libamf/Makefile.am: add BOOST libs
        * testsuite/samples/Makefile.am: link in
          libgnashserver.la, libgnashbase.la and
          libgnashamf.la.

Index: libamf/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/libamf/Makefile.am,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -b -r1.26 -r1.27
--- libamf/Makefile.am  1 Jul 2007 10:54:05 -0000       1.26
+++ libamf/Makefile.am  30 Jul 2007 22:48:19 -0000      1.27
@@ -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.26 2007/07/01 10:54:05 bjacques Exp $
+# $Id: Makefile.am,v 1.27 2007/07/30 22:48:19 strk Exp $
 
 AUTOMAKE_OPTIONS = 
 
@@ -32,6 +32,8 @@
        $(BOOST_CFLAGS) \
         $(LIBXML_CFLAGS)
 
+AM_LDFLAGS = $(BOOST_LIBS)
+
 noinst_HEADERS = amfutf8.h amf.h rtmp.h protocol.h
 
 # Rebuild with GCC 4.x Mudflap support




reply via email to

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