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: Fri, 28 Dec 2007 03:30:50 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Rob Savoye <rsavoye>    07/12/28 03:30:50

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

Log message:
        Leave out test_lc for now so maybe distcheck will finally work 100%.

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

Patches:
Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/libamf.all/Makefile.am,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- Makefile.am 26 Dec 2007 21:05:32 -0000      1.10
+++ Makefile.am 28 Dec 2007 03:30:50 -0000      1.11
@@ -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.10 2007/12/26 21:05:32 rsavoye Exp $
+# $Id: Makefile.am,v 1.11 2007/12/28 03:30:50 rsavoye Exp $
 
 AUTOMAKE_OPTIONS = dejagnu
 
@@ -53,15 +53,15 @@
        test_string \
        test_object \
        test_sol \
-       test_variable \
-       test_lc
+       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_lc_SOURCES = test_lc.cpp
+# test_lc_LDADD = $(AM_LDFLAGS)
 
 test_number_SOURCES = test_number.cpp
 test_number_LDADD = $(AM_LDFLAGS)




reply via email to

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