gnash-commit
[Top][All Lists]
Advanced

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

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


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog libgeometry/Makefile.am
Date: Thu, 21 Jun 2007 23:47:48 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/06/21 23:47:47

Modified files:
        .              : ChangeLog 
        libgeometry    : Makefile.am 

Log message:
        Fixed building issue (on Darwin)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3594&r2=1.3595
http://cvs.savannah.gnu.org/viewcvs/gnash/libgeometry/Makefile.am?cvsroot=gnash&r1=1.27&r2=1.28

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3594
retrieving revision 1.3595
diff -u -b -r1.3594 -r1.3595
--- ChangeLog   21 Jun 2007 22:30:30 -0000      1.3594
+++ ChangeLog   21 Jun 2007 23:47:46 -0000      1.3595
@@ -1,3 +1,7 @@
+2007-06-22 Markus Gothe <address@hidden>
+
+       * libgeometry/Makefile.am: Fixed building issue on Darwin.
+
 2007-06-21 Antti Ajanki
 
        * gui/kde.cpp: Fix for agg-render premature initialization.

Index: libgeometry/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/libgeometry/Makefile.am,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- libgeometry/Makefile.am     15 May 2007 16:31:02 -0000      1.27
+++ libgeometry/Makefile.am     21 Jun 2007 23:47:47 -0000      1.28
@@ -18,7 +18,7 @@
 # 
 #
 
-# $Id: Makefile.am,v 1.27 2007/05/15 16:31:02 rsavoye Exp $
+# $Id: Makefile.am,v 1.28 2007/06/21 23:47:47 nihilus Exp $
 
 AUTOMAKE_OPTIONS = 
 
@@ -35,6 +35,7 @@
 
 AM_CPPFLAGS = -I.. -I$(srcdir) \
         -I$(top_srcdir)/libbase \
+       $(BOOST_CFLAGS)         \
         $(NULL)
 
 #        -I$(top_srcdir)       \




reply via email to

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