gnash-commit
[Top][All Lists]
Advanced

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

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


From: Markus Gothe
Subject: [Gnash-commit] gnash ChangeLog libbase/Makefile.am
Date: Wed, 02 May 2007 21:21:32 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  07/05/02 21:21:32

Modified files:
        .              : ChangeLog 
        libbase        : Makefile.am 

Log message:
        Fixed gettext issue.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.3071&r2=1.3072
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/Makefile.am?cvsroot=gnash&r1=1.63&r2=1.64

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.3071
retrieving revision 1.3072
diff -u -b -r1.3071 -r1.3072
--- ChangeLog   2 May 2007 19:47:33 -0000       1.3071
+++ ChangeLog   2 May 2007 21:21:32 -0000       1.3072
@@ -1,3 +1,7 @@
+2007-05-02 Markus Gothe <address@hidden>
+
+       * libbase/Makefile.am: Get sure we link against gettext if found.
+
 2007-05-02  Rob Savoye  <address@hidden>
 
        * libbase/curl_adapter.cpp: Don't redefine snprintf() for win32.

Index: libbase/Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/libbase/Makefile.am,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -b -r1.63 -r1.64
--- libbase/Makefile.am 27 Apr 2007 01:08:50 -0000      1.63
+++ libbase/Makefile.am 2 May 2007 21:21:32 -0000       1.64
@@ -61,6 +61,7 @@
        $(LIBLTDL) \
        $(BOOST_LIBS) \
        $(PTHREAD_LIBS) \
+       $(LIBINTL) \
        $(NULL)
 
 if HAS_SDL




reply via email to

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