gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/Makefil...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/misc-ming.all/Makefil...
Date: Thu, 21 Feb 2008 18:58:48 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/02/21 18:58:47

Modified files:
        .              : ChangeLog 
        testsuite/misc-ming.all: Makefile.am 

Log message:
        don't try to build PrototypeEventListenersTest.swf
        if Ming version doesn't support it.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.5713&r2=1.5714
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/Makefile.am?cvsroot=gnash&r1=1.182&r2=1.183

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.5713
retrieving revision 1.5714
diff -u -b -r1.5713 -r1.5714
--- ChangeLog   21 Feb 2008 16:48:01 -0000      1.5713
+++ ChangeLog   21 Feb 2008 18:58:47 -0000      1.5714
@@ -1,5 +1,7 @@
 2008-02-21 Sandro Santilli <address@hidden>
 
+       * testsuite/misc-ming.all/Makefile.am: don't try to build
+         PrototypeEventListenersTest.swf if Ming version doesn't support it.
        * po/: cs.po, de.po, es.po, fr.po, it.po: update-po, add
          some more italian ...
        * server/asobj/Global.cpp: gettextize a few messages.

Index: testsuite/misc-ming.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/Makefile.am,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -b -r1.182 -r1.183
--- testsuite/misc-ming.all/Makefile.am 13 Feb 2008 17:53:06 -0000      1.182
+++ testsuite/misc-ming.all/Makefile.am 21 Feb 2008 18:58:47 -0000      1.183
@@ -141,7 +141,6 @@
        eventSoundTest1 \
        eventSoundTest1-Runner \
        DrawingApiTestRunner \
-       PrototypeEventListenersTestRunner \
        DragDropTestRunner   \
        frame_label_test \
        path_format_test \
@@ -174,7 +173,10 @@
 endif
 
 if MAKESWF_SUPPORTS_PREBUILT_CLIPS
-check_PROGRAMS += intervalTestRunner 
+check_PROGRAMS += \
+       intervalTestRunner \
+       PrototypeEventListenersTestRunner \
+       $(NULL)
 endif
 
 if MING_SUPPORTS_INIT_ACTIONS




reply via email to

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