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


From: Gabriele Giacone
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. a2928a28df5905632a45397693ee8bfe5a04a534
Date: Sat, 15 Jan 2011 01:43: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  a2928a28df5905632a45397693ee8bfe5a04a534 (commit)
      from  d26a35c9619b7b9a86edebf4ca0222bb08a147ba (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=a2928a28df5905632a45397693ee8bfe5a04a534


commit a2928a28df5905632a45397693ee8bfe5a04a534
Author: Gabriele Giacone <address@hidden>
Date:   Sat Jan 15 02:11:54 2011 +0100

    Replace abs_srcdir with srcdir. Fix openbsd build

diff --git a/testsuite/samples/Makefile.am b/testsuite/samples/Makefile.am
index fd07bdd..89851fa 100644
--- a/testsuite/samples/Makefile.am
+++ b/testsuite/samples/Makefile.am
@@ -74,7 +74,7 @@ clip_as_button2_TestRunner_LDADD = \
        $(GNASH_LIBS) \
        $(NULL)
 clip_as_button2_TestRunner_CXXFLAGS = \
-       -DSRCDIR=\"$(abs_srcdir)\" \
+       -DSRCDIR=\"$(srcdir)\" \
        $(NULL)
 
 subshapes_TestRunner_SOURCES = \
@@ -84,7 +84,7 @@ subshapes_TestRunner_LDADD = \
        $(GNASH_LIBS) \
        $(NULL)
 subshapes_TestRunner_CXXFLAGS = \
-       -DSRCDIR=\"$(abs_srcdir)\" \
+       -DSRCDIR=\"$(srcdir)\" \
        $(NULL)
 
 gotoFrameOnKeyEvent_TestRunner_SOURCES = \
@@ -94,7 +94,7 @@ gotoFrameOnKeyEvent_TestRunner_LDADD = \
        $(GNASH_LIBS) \
        $(NULL)
 gotoFrameOnKeyEvent_TestRunner_CXXFLAGS = \
-       -DSRCDIR=\"$(abs_srcdir)\" \
+       -DSRCDIR=\"$(srcdir)\" \
        $(NULL)
 
 GotoAndPlayTestRunner: $(srcdir)/../generic-testrunner.sh 
$(srcdir)/GotoAndPlayTest.swf

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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