gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r11849: link in libsound too


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11849: link in libsound too
Date: Fri, 29 Jan 2010 18:08:47 -0700
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 11849
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Fri 2010-01-29 18:08:47 -0700
message:
  link in libsound too
modified:
  libcore/Makefile.am
  testsuite/libcore.all/Makefile.am
=== modified file 'libcore/Makefile.am'
--- a/libcore/Makefile.am       2010-01-28 03:47:40 +0000
+++ b/libcore/Makefile.am       2010-01-30 01:08:47 +0000
@@ -295,6 +295,7 @@
        $(top_builddir)/libcore/parser/libgnashparser.la \
        $(top_builddir)/libcore/vm/libgnashvm.la \
        $(top_builddir)/libmedia/libgnashmedia.la \
+       $(top_builddir)/libsound/libgnashsound.la \
        $(BOOST_LIBS) \
        $(PTHREAD_LIBS) \
        $(FREETYPE2_LIBS) \

=== modified file 'testsuite/libcore.all/Makefile.am'
--- a/testsuite/libcore.all/Makefile.am 2010-01-28 19:30:38 +0000
+++ b/testsuite/libcore.all/Makefile.am 2010-01-30 01:08:47 +0000
@@ -65,8 +65,8 @@
        $(top_builddir)/libcore/libgnashcore.la \
        $(top_builddir)/libbase/libgnashbase.la \
        $(top_builddir)/libamf/libgnashamf.la \
-       $(top_builddir)/libsound/libgnashsound.la \
-       $(top_builddir)/libmedia/libgnashmedia.la
+       $(top_builddir)/libmedia/libgnashmedia.la \
+       $(top_builddir)/libsound/libgnashsound.la
 
 if LIBLTDL2
 AM_LDFLAGS += $(top_builddir)/libltdl/libltdlc.la


reply via email to

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