gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog server/Makefile.am utilities/Ma...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog server/Makefile.am utilities/Ma...
Date: Thu, 07 Jun 2007 14:59:08 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/06/07 14:59:08

Modified files:
        .              : ChangeLog 
        server         : Makefile.am 
        utilities      : Makefile.am 

Log message:
                * server/Makefile.am, utilities/Makefile.am:
                  Moved the libgnashbackend dependency out of libgnashserver
                  and into the utilities/ dir. This is to avoid a circular
                  dependency I erroneously introduced with my last
                  commit aimed at fixing bug #20110. This should be a better
                  fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3488&r2=1.3489
http://cvs.savannah.gnu.org/viewcvs/gnash/server/Makefile.am?cvsroot=gnash&r1=1.114&r2=1.115
http://cvs.savannah.gnu.org/viewcvs/gnash/utilities/Makefile.am?cvsroot=gnash&r1=1.55&r2=1.56

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3488
retrieving revision 1.3489
diff -u -b -r1.3488 -r1.3489
--- ChangeLog   7 Jun 2007 14:50:33 -0000       1.3488
+++ ChangeLog   7 Jun 2007 14:59:07 -0000       1.3489
@@ -1,5 +1,14 @@
 2007-06-07 Sandro Santilli <address@hidden>
 
+       * server/Makefile.am, utilities/Makefile.am:
+         Moved the libgnashbackend dependency out of libgnashserver
+         and into the utilities/ dir. This is to avoid a circular
+         dependency I erroneously introduced with my last 
+         commit aimed at fixing bug #20110. This should be a better
+         fix.
+
+2007-06-07 Sandro Santilli <address@hidden>
+
        * testsuite/MovieTester.{cpp,h}: add a canTestVideo() method.
        * testsuite/misc-ming.all/NetStream-SquareTestRunner.cpp: don't
          wait for Play.Stop event to be sent if video can't be tested

Index: server/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/server/Makefile.am,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -b -r1.114 -r1.115
--- server/Makefile.am  7 Jun 2007 13:11:33 -0000       1.114
+++ server/Makefile.am  7 Jun 2007 14:59:08 -0000       1.115
@@ -18,7 +18,7 @@
 # 
 #
 
-# $Id: Makefile.am,v 1.114 2007/06/07 13:11:33 strk Exp $
+# $Id: Makefile.am,v 1.115 2007/06/07 14:59:08 strk Exp $
 
 AUTOMAKE_OPTIONS = 
 
@@ -160,7 +160,6 @@
 
 libgnashserver_la_LIBADD = \
        $(top_builddir)/libbase/libgnashbase.la \
-       $(top_builddir)/backend/libgnashbackend.la \
        $(top_builddir)/server/asobj/libgnashasobjs.la \
        $(top_builddir)/server/parser/libgnashparser.la \
        $(top_builddir)/server/vm/libgnashvm.la \

Index: utilities/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/utilities/Makefile.am,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -b -r1.55 -r1.56
--- utilities/Makefile.am       14 May 2007 17:26:05 -0000      1.55
+++ utilities/Makefile.am       7 Jun 2007 14:59:08 -0000       1.56
@@ -26,6 +26,7 @@
 GNASH_LIBS = \
        $(top_builddir)/server/libgnashserver.la \
        $(top_builddir)/libbase/libgnashbase.la \
+       $(top_builddir)/backend/libgnashbackend.la \
        $(top_builddir)/libamf/libgnashamf.la
 
 ## WARNING: make sure GLIB_LIBS appears first




reply via email to

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