gnash-commit
[Top][All Lists]
Advanced

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

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


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog cygnal/Makefile.am utilities/Ma...
Date: Wed, 21 May 2008 06:46:43 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/05/21 06:46:43

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

Log message:
                * cygnal/Makefile.am, utilities/Makefile.am: add LIBINTL
                  to AM_LDFLAGS. Patch in bug #21536, modified to use LIBINT
                  consistently (also used in libbase/Makefile.am).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.6657&r2=1.6658
http://cvs.savannah.gnu.org/viewcvs/gnash/cygnal/Makefile.am?cvsroot=gnash&r1=1.14&r2=1.15
http://cvs.savannah.gnu.org/viewcvs/gnash/utilities/Makefile.am?cvsroot=gnash&r1=1.67&r2=1.68

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.6657
retrieving revision 1.6658
diff -u -b -r1.6657 -r1.6658
--- ChangeLog   21 May 2008 06:10:08 -0000      1.6657
+++ ChangeLog   21 May 2008 06:46:41 -0000      1.6658
@@ -1,3 +1,9 @@
+2008-05-21 Sandro Santilli <address@hidden>
+
+       * cygnal/Makefile.am, utilities/Makefile.am: add LIBINTL
+         to AM_LDFLAGS. Patch in bug #21536, modified to use LIBINT
+         consistently (also used in libbase/Makefile.am).
+
 2008-05-21 Benjamin Wolsey <address@hidden>
 
        * testsuite/tmpSharedObject/: remove malformed sol files - they can

Index: cygnal/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/cygnal/Makefile.am,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -b -r1.14 -r1.15
--- cygnal/Makefile.am  28 Mar 2008 21:47:44 -0000      1.14
+++ cygnal/Makefile.am  21 May 2008 06:46:42 -0000      1.15
@@ -43,6 +43,7 @@
        $(LIBXML_LIBS) \
        $(CURL_LIBS) \
        $(BOOST_LIBS) \
+       $(LIBINTL) \
        $(PTHREAD_LIBS)
 
 localedir = $(datadir)/locale

Index: utilities/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/utilities/Makefile.am,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -b -r1.67 -r1.68
--- utilities/Makefile.am       28 Mar 2008 21:34:49 -0000      1.67
+++ utilities/Makefile.am       21 May 2008 06:46:42 -0000      1.68
@@ -40,6 +40,7 @@
        $(CURL_LIBS) \
        $(BOOST_LIBS) \
        $(PTHREAD_LIBS) \
+       $(LIBINTL) \
        $(NULL)
 
 localedir = $(datadir)/locale




reply via email to

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