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. release_0_8_9_start-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-2-g47ddc1a
Date: Sun, 30 Jan 2011 15:57:14 +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  47ddc1af8fb821d842eddef92976ef6aa2fa4c00 (commit)
       via  d3ebb3927642744d21b097b9594b2a2e3019121e (commit)
      from  acc1149160b92ff25ab733df2d1205d9dcc157fb (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=47ddc1af8fb821d842eddef92976ef6aa2fa4c00


commit 47ddc1af8fb821d842eddef92976ef6aa2fa4c00
Author: Sandro Santilli <address@hidden>
Date:   Sun Jan 30 15:41:27 2011 +0100

    Avoid overriding the check-local rule, hushing automake warning

diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index 320239d..9f1b2e4 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -144,7 +144,7 @@ tmpSharedObject:
 gnashrc: gnashrc.in Makefile tmpSharedObject
        sed -e 's#@@MEDIADIR@@#'$(abs_mediadir)'#g' -e 
's#@@TMPSODIR@@#'$(abs_tmpsodir)'#g' $(srcdir)/gnashrc.in > $@
 
-check-local:: gnashrc
+check-local: gnashrc Dejagnu.swf
 
 if ENABLE_MING
 
@@ -153,7 +153,10 @@ Dejagnu.swf:
        $(MAKE) -C misc-ming.all $@
        cp misc-ming.all/Dejagnu.swf $@
 
-check-local:: Dejagnu.swf
+else
+
+Dejagnu.swf:
+       @echo "Dejagnu.swf will not be needed w/out Ming"
 
 endif
 

http://git.savannah.gnu.org/cgit//commit/?id=d3ebb3927642744d21b097b9594b2a2e3019121e


commit d3ebb3927642744d21b097b9594b2a2e3019121e
Author: Sandro Santilli <address@hidden>
Date:   Sun Jan 30 15:33:46 2011 +0100

    Link python module to renderer libs (see 
https://bugzilla.redhat.com/show_bug.cgi?id=669856)

diff --git a/gui/pythonmod/Makefile.am b/gui/pythonmod/Makefile.am
index 929632c..d3dfee8 100644
--- a/gui/pythonmod/Makefile.am
+++ b/gui/pythonmod/Makefile.am
@@ -46,6 +46,7 @@ pkgpyexec_LTLIBRARIES = gnash.la
 
 GNASH_LIBS = \
        $(top_builddir)/libmedia/libgnashmedia.la \
+       $(top_builddir)/librender/libgnashrender.la \
        $(top_builddir)/libsound/libgnashsound.la \
        $(top_builddir)/libcore/libgnashcore.la \
        $(top_builddir)/libbase/libgnashbase.la \

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

Summary of changes:
 gui/pythonmod/Makefile.am |    1 +
 testsuite/Makefile.am     |    7 +++++--
 2 files changed, 6 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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