[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gnash-commit
Subject:    [Gnash-commit] [SCM] Gnash branch, master,
From:       Benjamin Wolsey <bwy () benjaminwolsey ! de>
Date:       2010-09-27 14:02:08
Message-ID: E1P0EHQ-0003He-5c () vcs-noshell ! in ! savannah ! gnu ! org
[Download RAW message or body]

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  1f2f4ef894932823048a196fb725d5ed5841ddf2 (commit)
      from  02a52b3859703db999edaaa10529274a29082172 (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=1f2f4ef894932823048a196fb725d5ed5841ddf2


commit 1f2f4ef894932823048a196fb725d5ed5841ddf2
Author: Benjamin Wolsey <bwy@benjaminwolsey.de>
Date:   Mon Sep 27 16:00:37 2010 +0200

    Link boost cygnal libs to soldumper and flvdumper.

diff --git a/utilities/Makefile.am b/utilities/Makefile.am
index dc00cbe..4e622fa 100644
--- a/utilities/Makefile.am
+++ b/utilities/Makefile.am
@@ -106,15 +106,18 @@ AM_CPPFLAGS += \
 	-I$(top_srcdir)/cygnal/libnet
 bin_PROGRAMS += soldumper flvdumper
 
+CYGNAL_LIBS = \
+	$(top_builddir)/cygnal/libamf/libgnashamf.la \
+	$(top_builddir)/cygnal/libnet/libgnashnet.la \
+	$(BOOST_CYGNAL_LIBS) \
+	$(NULL)
+
 soldumper_SOURCES = soldumper.cpp
-soldumper_LDADD = $(GNASH_LIBS) $(AM_LDFLAGS)
+soldumper_LDADD = $(GNASH_LIBS) $(CYGNAL_LIBS) $(AM_LDFLAGS)
 
 flvdumper_SOURCES = flvdumper.cpp
-flvdumper_LDADD = $(GNASH_LIBS) $(AM_LDFLAGS)
+flvdumper_LDADD = $(GNASH_LIBS) $(CYGNAL_LIBS) $(AM_LDFLAGS)
 
-GNASH_LIBS += \
-	$(top_builddir)/cygnal/libamf/libgnashamf.la \
-	$(top_builddir)/cygnal/libnet/libgnashnet.la
 endif
 
 #check_PROGRAMS = gdebug.swf

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

Summary of changes:
 utilities/Makefile.am |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
Gnash

_______________________________________________
Gnash-commit mailing list
Gnash-commit@gnu.org
http://lists.gnu.org/mailman/listinfo/gnash-commit
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic