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. 1f2f4ef894932823048a


From: Benjamin Wolsey
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 1f2f4ef894932823048a196fb725d5ed5841ddf2
Date: Mon, 27 Sep 2010 14:02:08 +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  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 <address@hidden>
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



reply via email to

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