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


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/Makefile.am
Date: Thu, 12 Oct 2006 13:24:11 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/10/12 13:24:11

Modified files:
        .              : ChangeLog 
        testsuite      : Makefile.am 

Log message:
        only build libgnashtestsuite.la on 'make check'. Patch by Patrice Dumas 
<address@hidden>

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1162&r2=1.1163
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/Makefile.am?cvsroot=gnash&r1=1.15&r2=1.16

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1162
retrieving revision 1.1163
diff -u -b -r1.1162 -r1.1163
--- ChangeLog   12 Oct 2006 11:39:45 -0000      1.1162
+++ ChangeLog   12 Oct 2006 13:24:11 -0000      1.1163
@@ -1,3 +1,8 @@
+2006-10-12 Patrice Dumas <address@hidden>
+
+       * testsuite/Makefile.am: only build libgnashtestsuite.la
+         on 'make check'.
+
 2006-10-12 Sandro Santilli <address@hidden>
 
        * testsuite/misc-ming.all/Makefile.am: made .swf testfiles

Index: testsuite/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/Makefile.am,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -b -r1.15 -r1.16
--- testsuite/Makefile.am       11 Oct 2006 17:04:51 -0000      1.15
+++ testsuite/Makefile.am       12 Oct 2006 13:24:11 -0000      1.16
@@ -4,6 +4,7 @@
 
 # movies.all
 SUBDIRS = \
+       .                       \
        libbase                 \
        server                  \
        misc-ming.all           \
@@ -13,7 +14,7 @@
 EXTRA_DIST = check.h
 
 # could not find a way to only build this on make check
-noinst_LTLIBRARIES = libtestsuite.la 
+check_LTLIBRARIES = libtestsuite.la 
 
 libtestsuite_la_SOURCES = \
        MovieTester.h \




reply via email to

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