CVSROOT: /sources/gnash
Module name: gnash
Changes by: Rob Savoye <rsavoye> 06/10/05 21:12:50
Modified files:
libbase : Makefile.am
Log message:
* libbase/Makefile.am remove reference to smart_ptr.hpp.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/Makefile.am?cvsroot=gnash&r1=1.41&r2=1.42
Patches:
Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/libbase/Makefile.am,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -b -r1.41 -r1.42
--- Makefile.am 4 Oct 2006 11:02:03 -0000 1.41
+++ Makefile.am 5 Oct 2006 21:12:50 -0000 1.42
@@ -50,7 +50,8 @@
$(SDL_MIXER_CFLAGS) \
$(CURL_CFLAGS) \
$(ZLIB_CFLAGS) \
- $(JPEG_CFLAGS)
+ $(JPEG_CFLAGS) \
+ $(BOOST_CFLAGS)
AM_CXXFLAGS = $(INCLUDES)
AM_CPPFLAGS = #-Wall
@@ -105,7 +106,8 @@
$(CURL_LIBS) \
$(SDL_LIBS) \
$(OPENGL_LIBS) \
- $(NULL)
+ $(BOOST_LIBS) \
+ $(PTHREAD_LIBS)
noinst_HEADERS = \
container.h \
@@ -121,7 +123,6 @@
ogl.h \
postscript.h \
rc.h \
- smart_ptr.hpp \
smart_ptr.h \
triangulate.h \
triangulate_impl.h \
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit