gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, master, updated. b257971adc9419b17b9b


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. b257971adc9419b17b9bc0d4ab10a197df485944
Date: Sat, 20 Nov 2010 10:06:02 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  b257971adc9419b17b9bc0d4ab10a197df485944 (commit)
      from  22a439f12857784559b86092cda346481721ca69 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=b257971adc9419b17b9bc0d4ab10a197df485944


commit b257971adc9419b17b9bc0d4ab10a197df485944
Author: Sandro Santilli <address@hidden>
Date:   Sat Nov 20 11:05:26 2010 +0100

    Make sure that when _DEPENDENCIES is used, _LDADD is added to it. Should 
fix lack of rebuild of some test runners when MovieTester is updated

diff --git a/testsuite/samples/Makefile.am b/testsuite/samples/Makefile.am
index 2201884..3a6451f 100644
--- a/testsuite/samples/Makefile.am
+++ b/testsuite/samples/Makefile.am
@@ -29,17 +29,17 @@ CLEANFILES =  \
 AM_CPPFLAGS = \
         -I$(top_srcdir)/libbase \
         -I$(top_srcdir)/libmedia \
-       -I$(top_srcdir)/libsound \
+        -I$(top_srcdir)/libsound \
         -I$(top_srcdir)/librender \
         -I$(top_srcdir)/libcore  \
         -I$(top_srcdir)/libcore/swf \
         -I$(top_srcdir)/libcore/parser  \
         -I$(top_srcdir)/libcore/vm  \
         -I$(top_srcdir)/testsuite \
-       $(OPENGL_CFLAGS) \
-       $(BOOST_CFLAGS) \
-       $(FFMPEG_CFLAGS) \
-       $(NULL)
+        $(OPENGL_CFLAGS) \
+        $(BOOST_CFLAGS) \
+        $(FFMPEG_CFLAGS) \
+        $(NULL)
 
 AM_LDFLAGS = \
        $(OPENGL_LIBS) \
@@ -73,13 +73,13 @@ clip_as_button2_TestRunner_SOURCES = \
        clip_as_button2-TestRunner.cpp \
        $(NULL)
 clip_as_button2_TestRunner_LDADD = \
-       $(top_builddir)/testsuite/libtestsuite.la \
        $(GNASH_LIBS) \
        $(NULL)
 clip_as_button2_TestRunner_CXXFLAGS = \
        -DSRCDIR=\"$(abs_srcdir)\" \
        $(NULL)
 clip_as_button2_TestRunner_DEPENDENCIES = \
+       $(GNASH_LIBS) \
        clip_as_button2.swf \
        $(NULL)
 
@@ -87,13 +87,13 @@ subshapes_TestRunner_SOURCES = \
        subshapes-TestRunner.cpp \
        $(NULL)
 subshapes_TestRunner_LDADD = \
-       $(top_builddir)/testsuite/libtestsuite.la \
        $(GNASH_LIBS) \
        $(NULL)
 subshapes_TestRunner_CXXFLAGS = \
        -DSRCDIR=\"$(abs_srcdir)\" \
        $(NULL)
 subshapes_TestRunner_DEPENDENCIES = \
+       $(GNASH_LIBS) \
        subshapes.swf \
        $(NULL)
 
@@ -101,15 +101,14 @@ gotoFrameOnKeyEvent_TestRunner_SOURCES = \
        gotoFrameOnKeyEvent-TestRunner.cpp \
        $(NULL)
 gotoFrameOnKeyEvent_TestRunner_LDADD = \
-       $(top_builddir)/testsuite/libtestsuite.la \
        $(GNASH_LIBS) \
        $(NULL)
 gotoFrameOnKeyEvent_TestRunner_CXXFLAGS = \
        -DSRCDIR=\"$(abs_srcdir)\" \
        $(NULL)
 gotoFrameOnKeyEvent_TestRunner_DEPENDENCIES = \
-       gotoFrameOnKeyEvent.swf \
        $(GNASH_LIBS) \
+       gotoFrameOnKeyEvent.swf \
        $(NULL)
 
 GotoAndPlayTestRunner: $(srcdir)/../generic-testrunner.sh 
$(srcdir)/GotoAndPlayTest.swf

-----------------------------------------------------------------------

Summary of changes:
 testsuite/samples/Makefile.am |   17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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