gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog gui/Makefile.am


From: Bastiaan Jacques
Subject: [Gnash-commit] gnash ChangeLog gui/Makefile.am
Date: Sat, 23 Sep 2006 19:22:48 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Bastiaan Jacques <bjacques>     06/09/23 19:22:48

Modified files:
        .              : ChangeLog 
        gui            : Makefile.am 

Log message:
        libgnashplayer.so uses symbols from libgnashgui.so and linking should 
reflect this relationship.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.908&r2=1.909
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/Makefile.am?cvsroot=gnash&r1=1.18&r2=1.19

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.908
retrieving revision 1.909
diff -u -b -r1.908 -r1.909
--- ChangeLog   23 Sep 2006 18:49:55 -0000      1.908
+++ ChangeLog   23 Sep 2006 19:22:48 -0000      1.909
@@ -1,5 +1,10 @@
 2006-09-23 Bastiaan Jacques <address@hidden>
 
+       * gui/Makefile.am: libgnashplayer.so uses symbols from libgnashgui.so
+       and linking should reflect this relationship.
+
+2006-09-23 Bastiaan Jacques <address@hidden>
+
        * libbase/log{.cpp, .h}: Implement LogFile << unsigned long, so the
        build will succeed for platforms where size_t is defined to unsigned
        long.

Index: gui/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/gui/Makefile.am,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- gui/Makefile.am     23 Sep 2006 15:13:09 -0000      1.18
+++ gui/Makefile.am     23 Sep 2006 19:22:48 -0000      1.19
@@ -183,6 +183,7 @@
 libgnashplayer_la_LIBADD = \
        ../server/libgnashserver.la \
        ../backend/libgnashbackend.la \
+       libgnashgui.la \
        $(AM_LDFLAGS) 
 
 gnash_SOURCES = gnash.cpp 




reply via email to

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