CVSROOT: /sources/gnash
Module name: gnash
Changes by: Sandro Santilli <strk> 07/05/02 23:01:13
Modified files:
. : ChangeLog
testsuite : Makefile.am
Log message:
* testsuite/Makefile.am: explicitly list other gnash libs.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3075&r2=1.3076
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/Makefile.am?cvsroot=gnash&r1=1.34&r2=1.35
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3075
retrieving revision 1.3076
diff -u -b -r1.3075 -r1.3076
--- ChangeLog 2 May 2007 22:52:13 -0000 1.3075
+++ ChangeLog 2 May 2007 23:01:13 -0000 1.3076
@@ -1,5 +1,6 @@
2007-05-02 Sandro Santilli <[EMAIL PROTECTED]>
+ * testsuite/Makefile.am: explicitly list other gnash libs.
* testsuite/libgeometry/Range2dTest.cpp: tolerate some floating
point drift.
Index: testsuite/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/Makefile.am,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -b -r1.34 -r1.35
--- testsuite/Makefile.am 20 Apr 2007 09:03:42 -0000 1.34
+++ testsuite/Makefile.am 2 May 2007 23:01:13 -0000 1.35
@@ -33,6 +33,9 @@
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 = \
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit