gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/utilities Makefile.am


From: Dossy Shiobara
Subject: [Gnash-commit] gnash/utilities Makefile.am
Date: Sat, 22 Mar 2008 23:39:57 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Dossy Shiobara <dossy>  08/03/22 23:39:57

Modified files:
        utilities      : Makefile.am 

Log message:
        Win32 needs libintl, libz and ws2_32.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/utilities/Makefile.am?cvsroot=gnash&r1=1.65&r2=1.66

Patches:
Index: Makefile.am
===================================================================
RCS file: /sources/gnash/gnash/utilities/Makefile.am,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -b -r1.65 -r1.66
--- Makefile.am 22 Feb 2008 14:20:50 -0000      1.65
+++ Makefile.am 22 Mar 2008 23:39:57 -0000      1.66
@@ -61,6 +61,10 @@
         $(MYSQL_CFLAGS) \
        $(NULL)
 
+if WIN32
+ GNASH_LIBS += -lintl -lz -lws2_32
+endif
+
 if USE_FFMPEG_ENGINE
  AM_CPPFLAGS += $(FFMPEG_CFLAGS) \
                -I$(top_srcdir)/libmedia/ffmpeg 




reply via email to

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