gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog testsuite/libbase/Makefile.am


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/libbase/Makefile.am
Date: Wed, 04 Oct 2006 14:07:30 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/10/04 14:07:30

Modified files:
        .              : ChangeLog 
        testsuite/libbase: Makefile.am 

Log message:
                * testsuite/libbase/Makefile.am: added required boost lib
                  (couldn't find a way to have the dependency derived from
                  libgnashbase.la)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1028&r2=1.1029
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/libbase/Makefile.am?cvsroot=gnash&r1=1.10&r2=1.11

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1028
retrieving revision 1.1029
diff -u -b -r1.1028 -r1.1029
--- ChangeLog   4 Oct 2006 11:02:02 -0000       1.1028
+++ ChangeLog   4 Oct 2006 14:07:30 -0000       1.1029
@@ -1,5 +1,8 @@
 2006-10-04 Sandro Santilli  <address@hidden>
 
+       * testsuite/libbase/Makefile.am: added required boost lib
+         (couldn't find a way to have the dependency derived from
+         libgnashbase.la)
        * libbase/Makefile.am: added required boost libs
        * testsuite/actionscript.all/Object.as: add enumeration test.
 

Index: testsuite/libbase/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/libbase/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- testsuite/libbase/Makefile.am       3 Oct 2006 15:45:03 -0000       1.10
+++ testsuite/libbase/Makefile.am       4 Oct 2006 14:07:30 -0000       1.11
@@ -43,26 +43,9 @@
 RUNTESTDEFAULTFLAGS = --srcdir $$srcdir
 
 AM_LDFLAGS =  \
-        ../../libbase/libgnashbase.la 
-#      $(JPEG_LIBS)            \
-#      $(PNG_LIBS)             \
-#        $(OGG_LIBS)           \
-#      $(ZLIB_LIBS)            \
-#        $(LIBXML_LIBS)                \
-#        $(SDL_LIBS)           \
-#        $(SDL_MIXER_LIBS)     \
-#        $(OPENGL_LIBS)                \
-#      $(GLEXT_LIBS)           \
-#      $(GTK2_LIBS)            \
-#      $(PANGO_LIBS)           \
-#      $(CAIRO_LIBS)           \
-#      $(ATK_LIBS)             \
-#      $(GLIB_LIBS)            \
-#      $(X_LIBS)               \
-#      $(DMALLOC_LIBS)         \
-#      $(MP3_LIBS)             \
-#      $(PTHREAD_LIBS)         \
-#      $(CURL_LIBS)            
+       ../../libbase/libgnashbase.la \
+       $(BOOST_LIBS) \
+       $(NULL)
 
 INCLUDES = -I.. \
         -I$(top_srcdir)                \




reply via email to

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