[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gnash-commit
Subject:    [Gnash-commit] gnash ChangeLog testsuite/samples/Makefile.am
From:       Sandro Santilli <strk () keybit ! net>
Date:       2007-07-30 22:45:42
Message-ID: E1IFdzi-0004Bj-BH () cvs ! savannah ! gnu ! org
[Download RAW message or body]

CVSROOT:	/sources/gnash
Module name:	gnash
Changes by:	Sandro Santilli <strk>	07/07/30 22:45:42

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

Log message:
	        * testsuite/samples/Makefile.am: link in
	          libgnashserver.la, libgnashbase.la and
	          libgnashamf.la.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3874&r2=1.3875
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/samples/Makefile.am?cvsroot=gnash&r1=1.19&r2=1.20

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3874
retrieving revision 1.3875
diff -u -b -r1.3874 -r1.3875
--- ChangeLog	30 Jul 2007 21:26:39 -0000	1.3874
+++ ChangeLog	30 Jul 2007 22:45:41 -0000	1.3875
@@ -1,5 +1,11 @@
 2007-07-29 Sandro Santilli <strk@keybit.net>
 
+	* testsuite/samples/Makefile.am: link in
+	  libgnashserver.la, libgnashbase.la and
+	  libgnashamf.la.
+
+2007-07-29 Sandro Santilli <strk@keybit.net>
+
 	* backend/render_handler_tri.cpp: implemented world_to_pixel and
 	  pixel_to_world (to check, UdoG, can you ?)
 	* gui/gtksup.h: remove any use of RENDERER_XXY defines, use 

Index: testsuite/samples/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/samples/Makefile.am,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -b -r1.19 -r1.20
--- testsuite/samples/Makefile.am	1 Jul 2007 10:55:10 -0000	1.19
+++ testsuite/samples/Makefile.am	30 Jul 2007 22:45:42 -0000	1.20
@@ -35,6 +35,13 @@
 	$(BOOST_CFLAGS) \
 	$(NULL)
 
+GNASH_LIBS = \
+	$(top_builddir)/testsuite/libtestsuite.la \
+	$(top_builddir)/server/libgnashserver.la \
+	$(top_builddir)/libbase/libgnashbase.la \
+	$(top_builddir)/libamf/libgnashamf.la \
+	$(NULL)
+
 check_PROGRAMS = \
 	clip_as_button2-TestRunner \
 	subshapes-TestRunner \
@@ -49,42 +56,42 @@
 	clip_as_button2-TestRunner.cpp \
 	$(NULL)
 clip_as_button2_TestRunner_LDADD = \
-	$(top_builddir)/testsuite/libtestsuite.la \
+	$(GNASH_LIBS) \
 	$(NULL)
 clip_as_button2_TestRunner_CXXFLAGS = \
 	-DSRCDIR='"$(srcdir)"' \
 	$(NULL)
 clip_as_button2_TestRunner_DEPENDENCIES = \
 	clip_as_button2.swf \
-	$(top_builddir)/testsuite/libtestsuite.la \
+	$(GNASH_LIBS) \
 	$(NULL)
 
 subshapes_TestRunner_SOURCES = \
 	subshapes-TestRunner.cpp \
 	$(NULL)
 subshapes_TestRunner_LDADD = \
-	$(top_builddir)/testsuite/libtestsuite.la \
+	$(GNASH_LIBS) \
 	$(NULL)
 subshapes_TestRunner_CXXFLAGS = \
 	-DSRCDIR='"$(srcdir)"' \
 	$(NULL)
 subshapes_TestRunner_DEPENDENCIES = \
 	subshapes.swf \
-	$(top_builddir)/testsuite/libtestsuite.la \
+	$(GNASH_LIBS) \
 	$(NULL)
 
 gotoFrameOnKeyEvent_TestRunner_SOURCES = \
 	gotoFrameOnKeyEvent-TestRunner.cpp \
 	$(NULL)
 gotoFrameOnKeyEvent_TestRunner_LDADD = \
-	$(top_builddir)/testsuite/libtestsuite.la \
+	$(GNASH_LIBS) \
 	$(NULL)
 gotoFrameOnKeyEvent_TestRunner_CXXFLAGS = \
 	-DSRCDIR='"$(srcdir)"' \
 	$(NULL)
 gotoFrameOnKeyEvent_TestRunner_DEPENDENCIES = \
 	gotoFrameOnKeyEvent.swf \
-	$(top_builddir)/testsuite/libtestsuite.la \
+	$(GNASH_LIBS) \
 	$(NULL)
 
 GotoAndPlayTestRunner: $(srcdir)/../generic-testrunner.sh $(srcdir)/GotoAndPlayTest.swf



[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic