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_final-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-314-g3f6cca5
Date: Tue, 26 Apr 2011 19:31:06 +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  3f6cca586316c7e66e7552555392a054c9a79495 (commit)
      from  2042ef675a2e7048236cd3c2a04cc239c7e70a7a (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=3f6cca586316c7e66e7552555392a054c9a79495


commit 3f6cca586316c7e66e7552555392a054c9a79495
Author: Sandro Santilli <address@hidden>
Date:   Tue Apr 26 21:30:02 2011 +0200

    Fix build scripts for dump gui (currently only builds if FB gui is selected 
:/)

diff --git a/gui/dump/Makefile.am b/gui/dump/Makefile.am
index ed737e3..e847d45 100644
--- a/gui/dump/Makefile.am
+++ b/gui/dump/Makefile.am
@@ -22,7 +22,7 @@
 
 AUTOMAKE_OPTIONS = -Wno-portability
 
-if BUILD_FB_GUI
+if BUILD_DUMP_GUI
 
 # top_builddir and top_srcdir are for revno.h; its location depends on
 # whether we're building from a snapshot or a checkout.
@@ -100,4 +100,4 @@ dump_gnash_LDADD = \
        $(GNASH_LIBS) \
        $(AGG_LIBS) 
 
-endif                          # BUILD_FB_GUI
+endif                          # BUILD_DUMP_GUI

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

Summary of changes:
 gui/dump/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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