gnash-commit
[Top][All Lists]
Advanced

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

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


From: Rob Savoye
Subject: [Gnash-commit] gnash libamf/Makefile.am ChangeLog
Date: Tue, 01 May 2007 22:00:35 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    07/05/01 22:00:35

Modified files:
        libamf         : Makefile.am 
        .              : ChangeLog 

Log message:
                * libamf/Makefile.am: Add BOOST_CFLAGS so we can find 
endian.hpp.

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

Patches:
Index: libamf/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/libamf/Makefile.am,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -b -r1.22 -r1.23
--- libamf/Makefile.am  27 Apr 2007 01:08:50 -0000      1.22
+++ libamf/Makefile.am  1 May 2007 22:00:35 -0000       1.23
@@ -15,17 +15,13 @@
 # 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.22 2007/04/27 01:08:50 rsavoye Exp $
+# $Id: Makefile.am,v 1.23 2007/05/01 22:00:35 rsavoye Exp $
 
 AUTOMAKE_OPTIONS = 
 
-#AM_CXXFLAGS =  $(CXXFLAGS) $(SDL_CFLAGS) $(AM_CPPFLAGS)
-#AM_CPPFLAGS = 
 AM_LDFLAGS = \
        $(top_builddir)/libbase/libgnashbase.la
 
-# AM_LDFLAGS  = $(OPENGL_LIBNS) $(SDL_LIBS)
-
 lib_LTLIBRARIES = libgnashamf.la
 libgnashamf_la_SOURCES = amf.cpp rtmp.cpp
 libgnashamf_la_LDFLAGS =  -release $(VERSION) -export-dynamic -no-undefined 
@@ -34,6 +30,7 @@
 AM_CPPFLAGS = -I.. -I$(srcdir) \
        -I$(top_srcdir)/server \
        -I$(top_srcdir)/libbase \
+       $(BOOST_CFLAGS) \
         $(LIBXML_CFLAGS)
 
 noinst_HEADERS = amfutf8.h amf.h rtmp.h protocol.h

Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3054
retrieving revision 1.3055
diff -u -b -r1.3054 -r1.3055
--- ChangeLog   1 May 2007 20:33:27 -0000       1.3054
+++ ChangeLog   1 May 2007 22:00:35 -0000       1.3055
@@ -1,3 +1,7 @@
+2007-05-01  Rob Savoye  <address@hidden>
+
+       * libamf/Makefile.am: Add BOOST_CFLAGS so we can find endian.hpp.
+
 2007-05-01 Sandro Santilli <address@hidden>
 
        * server/asobj/: NetStream.{cpp,h}, NetStreamFfmpeg.{cpp,h},




reply via email to

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