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


From: Benjamin Wolsey
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. ce5a187c85006b15244c33b57f2e47f444dfa75e
Date: Fri, 24 Sep 2010 11:57:45 +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  ce5a187c85006b15244c33b57f2e47f444dfa75e (commit)
      from  069fc7fd9cdf6e98d8c40a05f9570271b28d8636 (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=ce5a187c85006b15244c33b57f2e47f444dfa75e


commit ce5a187c85006b15244c33b57f2e47f444dfa75e
Author: Benjamin Wolsey <address@hidden>
Date:   Fri Sep 24 13:57:22 2010 +0200

    Link cygnal boost libs.

diff --git a/Makefile.am b/Makefile.am
index 7c83558..22be1d4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -350,8 +350,8 @@ endif
        @echo " CURL_LIBS is $(CURL_LIBS)"
        @echo " BOOST_CFLAGS is $(BOOST_CFLAGS)"
        @echo " BOOST_LIBS is $(BOOST_LIBS)"
-       @if test -n $(BOOST_EXTRA_LIBS); then \
-         echo "        BOOST_EXTRA_LIBS is $(BOOST_EXTRA_LIBS)"; \
+       @if test -n $(BOOST_CYGNAL_LIBS); then \
+         echo "        BOOST_CYGNAL_LIBS is $(BOOST_CYGNAL_LIBS)"; \
        fi
 if ENABLE_MING
        @echo " MING_VERSION_CODE $(MING_VERSION_CODE) "
diff --git a/cygnal/Makefile.am b/cygnal/Makefile.am
index 0115da8..6da96b0 100644
--- a/cygnal/Makefile.am
+++ b/cygnal/Makefile.am
@@ -56,6 +56,7 @@ AM_LDFLAGS = \
        $(LIBINTL) \
        $(CURL_LIBS) \
        $(BOOST_LIBS) \
+       $(BOOST_CYGNAL_LIBS) \
        $(PTHREAD_LIBS) \
        $(NULL)
 

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

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


hooks/post-receive
-- 
Gnash



reply via email to

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