gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/libgeometry Makefile.am


From: Markus Gothe
Subject: [Gnash-commit] gnash/libgeometry Makefile.am
Date: Fri, 22 Jun 2007 13:51:17 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/06/22 13:51:17

Modified files:
        libgeometry    : Makefile.am 

Log message:
        Added use of PTHREAD_CFLAGS as Rob suggested.

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

Patches:
Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/libgeometry/Makefile.am,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- Makefile.am 21 Jun 2007 23:47:47 -0000      1.28
+++ Makefile.am 22 Jun 2007 13:51:17 -0000      1.29
@@ -18,7 +18,7 @@
 # 
 #
 
-# $Id: Makefile.am,v 1.28 2007/06/21 23:47:47 nihilus Exp $
+# $Id: Makefile.am,v 1.29 2007/06/22 13:51:17 nihilus Exp $
 
 AUTOMAKE_OPTIONS = 
 
@@ -36,6 +36,7 @@
 AM_CPPFLAGS = -I.. -I$(srcdir) \
         -I$(top_srcdir)/libbase \
        $(BOOST_CFLAGS)         \
+       $(PTHREAD_CFLAGS)       \
         $(NULL)
 
 #        -I$(top_srcdir)       \




reply via email to

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