gnash-commit
[Top][All Lists]
Advanced

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

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


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/Makefile.am testsuite...
Date: Tue, 08 May 2007 21:26:49 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/05/08 21:26:49

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

Log message:
                * testsuite/Makefile.am, testsuite/server/Makefile.am:
                  Do not explicitly link convenience libraries under the server/
                  dir. Fixes bug #19821.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3129&r2=1.3130
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/Makefile.am?cvsroot=gnash&r1=1.35&r2=1.36
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/server/Makefile.am?cvsroot=gnash&r1=1.28&r2=1.29

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3129
retrieving revision 1.3130
diff -u -b -r1.3129 -r1.3130
--- ChangeLog   8 May 2007 21:14:25 -0000       1.3129
+++ ChangeLog   8 May 2007 21:26:48 -0000       1.3130
@@ -1,5 +1,8 @@
 2007-05-08 Sandro Santilli <address@hidden>
 
+       * testsuite/Makefile.am, testsuite/server/Makefile.am:
+         Do not explicitly link convenience libraries under the server/
+         dir. Fixes bug #19821.
        * libbase/extension.cpp: print plugins path.
        * extensions/fileio/Makefile.am: export GNASH_PLUGINS to the buil tree
          when running the test program.

Index: testsuite/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/Makefile.am,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -b -r1.35 -r1.36
--- testsuite/Makefile.am       2 May 2007 23:01:13 -0000       1.35
+++ testsuite/Makefile.am       8 May 2007 21:26:48 -0000       1.36
@@ -33,9 +33,6 @@
 libtestsuite_la_LIBADD = \
        $(top_builddir)/backend/libgnashbackend.la \
        $(top_builddir)/server/libgnashserver.la \
-        $(top_builddir)/server/vm/libgnashvm.la \
-        $(top_builddir)/server/asobj/libgnashasobjs.la \
-        $(top_builddir)/server/parser/libgnashparser.la \
        $(top_builddir)/libbase/libgnashbase.la \
        $(NULL)
 libtestsuite_la_CXXFLAGS = \

Index: testsuite/server/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/server/Makefile.am,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -b -r1.28 -r1.29
--- testsuite/server/Makefile.am        23 Apr 2007 18:09:55 -0000      1.28
+++ testsuite/server/Makefile.am        8 May 2007 21:26:48 -0000       1.29
@@ -52,9 +52,6 @@
 
 GNASH_LIBS = \
        $(top_builddir)/server/libgnashserver.la \
-       $(top_builddir)/server/parser/libgnashparser.la \
-       $(top_builddir)/server/asobj/libgnashasobjs.la \
-       $(top_builddir)/server/vm/libgnashvm.la \
        $(top_builddir)/libbase/libgnashbase.la \
        $(top_builddir)/libamf/libgnashamf.la \
        $(NULL)




reply via email to

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