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, 30 Aug 2007 14:14:39 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/08/30 14:14:39

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

Log message:
                * testsuite/misc-ming.all/Makefile.am: don't try to build
                  DefineEditTextVariableNameTest2-Runner from an non-existent .c
                  file (fixes 'make dist').

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4163&r2=1.4164
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/misc-ming.all/Makefile.am?cvsroot=gnash&r1=1.149&r2=1.150

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.4163
retrieving revision 1.4164
diff -u -b -r1.4163 -r1.4164
--- ChangeLog   30 Aug 2007 14:13:06 -0000      1.4163
+++ ChangeLog   30 Aug 2007 14:14:38 -0000      1.4164
@@ -1,5 +1,8 @@
 2007-08-30 Sandro Santilli <address@hidden>
 
+       * testsuite/misc-ming.all/Makefile.am: don't try to build
+         DefineEditTextVariableNameTest2-Runner from an non-existent .c
+         file (fixes 'make dist').
        * server/: character.{cpp,h}, edit_text_character.{cpp,h},
          sprite_instance.{cpp,h}: change signature of character::unload()
          to return a boolean value stating wheter any onUnload event was

Index: testsuite/misc-ming.all/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/misc-ming.all/Makefile.am,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -b -r1.149 -r1.150
--- testsuite/misc-ming.all/Makefile.am 27 Aug 2007 09:56:01 -0000      1.149
+++ testsuite/misc-ming.all/Makefile.am 30 Aug 2007 14:14:38 -0000      1.150
@@ -62,7 +62,6 @@
        DefineEditTextVariableNameTest \
        DefineEditTextVariableNameTest-Runner \
        DefineEditTextVariableNameTest2 \
-       DefineEditTextVariableNameTest2-Runner \
        Dejagnu \
        Dejagnu.swf \
        PlaceObject2Test \
@@ -239,6 +238,7 @@
        shape_testrunner \
        registerClassTest2runner \
        DefineEditTextVariableNameTest-Runner \
+       DefineEditTextVariableNameTest2-Runner \
        $(NULL)
 
 if MAKESWF_SUPPORTS_PREBUILT_CLIPS




reply via email to

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