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. 82135d08bd9fef94ecf2


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 82135d08bd9fef94ecf20e08f646ca005b6a9492
Date: Wed, 12 Jan 2011 18:04:03 +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  82135d08bd9fef94ecf20e08f646ca005b6a9492 (commit)
      from  5ea7c11776c0ed07dd7229327aed3cc04ae9dfed (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=82135d08bd9fef94ecf20e08f646ca005b6a9492


commit 82135d08bd9fef94ecf20e08f646ca005b6a9492
Author: Rob Savoye <address@hidden>
Date:   Wed Jan 12 11:03:45 2011 -0700

    add boost cflags and libs

diff --git a/extensions/mysql/Makefile.am b/extensions/mysql/Makefile.am
index c2057bd..ec1a273 100644
--- a/extensions/mysql/Makefile.am
+++ b/extensions/mysql/Makefile.am
@@ -30,11 +30,14 @@ AM_CPPFLAGS = \
             -I$(top_srcdir)/libcore/vm \
             -I$(top_srcdir)/libcore/asobj \
             -I$(top_srcdir)/libltdl \
-            $(MYSQL_CFLAGS)
+            $(BOOST_CFLAGS) \
+            $(MYSQL_CFLAGS) \
+           $(NULL)
 
 AM_LDFLAGS =  \
         $(MYSQL_LIBS) \
        $(top_builddir)/libcore/libgnashcore.la \
+        $(BOOST_LIBS) \
        $(PTHREAD_LIBS) \
        $(NULL)
 

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

Summary of changes:
 extensions/mysql/Makefile.am |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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