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. 9073746fa7bdde6f3b1d


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 9073746fa7bdde6f3b1d469d55a665478856736a
Date: Wed, 12 Jan 2011 20:08:31 +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  9073746fa7bdde6f3b1d469d55a665478856736a (commit)
      from  82135d08bd9fef94ecf20e08f646ca005b6a9492 (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=9073746fa7bdde6f3b1d469d55a665478856736a


commit 9073746fa7bdde6f3b1d469d55a665478856736a
Author: Rob Savoye <address@hidden>
Date:   Wed Jan 12 13:08:24 2011 -0700

    add boost cflags and libs

diff --git a/extensions/dejagnu/Makefile.am b/extensions/dejagnu/Makefile.am
index ccb2fa8..b0be005 100644
--- a/extensions/dejagnu/Makefile.am
+++ b/extensions/dejagnu/Makefile.am
@@ -29,11 +29,13 @@ INCLUDES =  \
         -I$(top_srcdir)/libcore/swf \
         -I$(top_srcdir)/libcore/vm \
        -I$(top_srcdir)/libcore/asobj \
+       $(BOOST_CFLAGS) \
        $(INCLTDL)
 
 AM_LDFLAGS =  \
        $(top_builddir)/libbase/libgnashbase.la \
        $(top_builddir)/libcore/libgnashcore.la \
+       $(BOOST_LIBS) \
        $(PTHREAD_LIBS) \
        $(NULL)
 
diff --git a/extensions/fileio/Makefile.am b/extensions/fileio/Makefile.am
index d1f7ca5..1b2dab5 100644
--- a/extensions/fileio/Makefile.am
+++ b/extensions/fileio/Makefile.am
@@ -41,6 +41,7 @@ INCLUDES =  \
 AM_LDFLAGS =  \
        $(top_builddir)/libbase/libgnashbase.la \
        $(top_builddir)/libcore/libgnashcore.la \
+       $(BOOST_LIBS) \
        $(PTHREAD_LIBS) \
        $(NULL)
 
diff --git a/extensions/fileio/test.as b/extensions/fileio/test.as
index c4f6877..e4db955 100644
--- a/extensions/fileio/test.as
+++ b/extensions/fileio/test.as
@@ -17,7 +17,6 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 //
 
-
 #include "dejagnu.as"
 
 file = new FileIO();

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

Summary of changes:
 extensions/dejagnu/Makefile.am |    2 ++
 extensions/fileio/Makefile.am  |    1 +
 extensions/fileio/test.as      |    1 -
 3 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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