gnash-commit
[Top][All Lists]
Advanced

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

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


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog testsuite/server/Makefile.am
Date: Mon, 16 Oct 2006 18:09:19 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/10/16 18:09:19

Modified files:
        .              : ChangeLog 
        testsuite/server: Makefile.am 

Log message:
        * testsuite/server/Makefile.amadd libgnashbase explicit linking as the 
one deduced by libgnashserver seems to be bogus (points to the installed one).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.1248&r2=1.1249
http://cvs.savannah.gnu.org/viewcvs/gnash/testsuite/server/Makefile.am?cvsroot=gnash&r1=1.8&r2=1.9

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.1248
retrieving revision 1.1249
diff -u -b -r1.1248 -r1.1249
--- ChangeLog   16 Oct 2006 18:06:29 -0000      1.1248
+++ ChangeLog   16 Oct 2006 18:09:19 -0000      1.1249
@@ -1,5 +1,8 @@
 2006-10-16 Sandro Santilli <address@hidden>
 
+       * testsuite/server/Makefile.amadd libgnashbase explicit
+         linking as the one deduced by libgnashserver seems
+         to be bogus (points to the installed one).
        * testsuite/misc-ming.all/ming_utils.c: include ming_utils.h
        * configure.ac: don't complain if mp3_decoder is set but no
          sdl sound was requested (since mp3_decoder=ffmpeg by default).

Index: testsuite/server/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/testsuite/server/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- testsuite/server/Makefile.am        15 Oct 2006 15:57:42 -0000      1.8
+++ testsuite/server/Makefile.am        16 Oct 2006 18:09:19 -0000      1.9
@@ -59,8 +59,9 @@
        $(NULL)
 
 MatrixTest_SOURCES = MatrixTest.cpp
-MatrixTest_LDFLAGS = \
+MatrixTest_LDADD = \
        $(top_builddir)/server/libgnashserver.la \
+       $(top_builddir)/libbase/libgnashbase.la \
        $(NULL)
 
 TEST_DRIVERS = server.exp




reply via email to

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