gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog extensions/fileio/Makefile.am [release_0_


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog extensions/fileio/Makefile.am [release_0_8_2_rc1]
Date: Fri, 22 Feb 2008 16:11:03 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Branch:         release_0_8_2_rc1
Changes by:     Sandro Santilli <strk>  08/02/22 16:11:03

Modified files:
        .              : ChangeLog 
        extensions/fileio: Makefile.am 

Log message:
        don't try to build the test if deps are not met (Ming).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&only_with_tag=release_0_8_2_rc1&r1=1.5711.2.12&r2=1.5711.2.13
http://cvs.savannah.gnu.org/viewcvs/gnash/extensions/fileio/Makefile.am?cvsroot=gnash&only_with_tag=release_0_8_2_rc1&r1=1.9&r2=1.9.2.1

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5711.2.12
retrieving revision 1.5711.2.13
diff -u -b -r1.5711.2.12 -r1.5711.2.13
--- ChangeLog   22 Feb 2008 14:39:21 -0000      1.5711.2.12
+++ ChangeLog   22 Feb 2008 16:11:02 -0000      1.5711.2.13
@@ -1,5 +1,7 @@
 2008-02-22 Sandro Santilli <address@hidden>
 
+       * extensions/fileio/Makefile.am: don't try to build the
+         test if deps are not met (Ming).
        * libmedia/Makefile.am: we don't support libmad anymore.
 
 2008-02-22 Hong Yu <address@hidden>

Index: extensions/fileio/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/extensions/fileio/Makefile.am,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -u -b -r1.9 -r1.9.2.1
--- extensions/fileio/Makefile.am       21 Jan 2008 23:29:08 -0000      1.9
+++ extensions/fileio/Makefile.am       22 Feb 2008 16:11:03 -0000      1.9.2.1
@@ -46,7 +46,12 @@
 fileio_la_LIBDADD = $(LIBADD_DL) $(LIBLTDL) $(AM_LDFLAGS)
 
 
-check_SCRIPTS = test
+check_SCRIPTS =
+
+if ENABLE_MING
+ check_SCRIPTS += test
+endif
+
 CLEANFILES = \
        gnash-dbg.log \
        test.swf.frame0.pp \




reply via email to

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