gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/testsuite/libamf.all Makefile.am


From: Rob Savoye
Subject: [Gnash-commit] gnash/testsuite/libamf.all Makefile.am
Date: Wed, 26 Dec 2007 21:05:32 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    07/12/26 21:05:32

Modified files:
        testsuite/libamf.all: Makefile.am 

Log message:
        Remove test.sol.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/libamf.all/Makefile.am?cvsroot=gnash&r1=1.9&r2=1.10

Patches:
Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/libamf.all/Makefile.am,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- Makefile.am 15 Dec 2007 17:13:58 -0000      1.9
+++ Makefile.am 26 Dec 2007 21:05:32 -0000      1.10
@@ -15,7 +15,7 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 
-# $Id: Makefile.am,v 1.9 2007/12/15 17:13:58 rsavoye Exp $
+# $Id: Makefile.am,v 1.10 2007/12/26 21:05:32 rsavoye Exp $
 
 AUTOMAKE_OPTIONS = dejagnu
 
@@ -53,12 +53,16 @@
        test_string \
        test_object \
        test_sol \
-       test_variable
+       test_variable \
+       test_lc
 
 test_sol_SOURCES = test_sol.cpp
 test_sol_LDADD = $(AM_LDFLAGS)
 test_sol_DEPENDENCIES = $(solfiles)
 
+test_lc_SOURCES = test_lc.cpp
+test_lc_LDADD = $(AM_LDFLAGS)
+
 test_number_SOURCES = test_number.cpp
 test_number_LDADD = $(AM_LDFLAGS)
 
@@ -90,10 +94,13 @@
        object.sol \
        string.sol \
        settings.sol \
-       test.sol \
        undefined.sol \
        xml.sol
 
+LCS = \
+       soundoff.lc \
+       string.lc
+
 EXTRA_DIST = $(AMFS) $(SOLS)
 
 # solfiles := $(patsubst %.xml,%.sol,$(SOLS))




reply via email to

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