wesnoth-cvs-commits
[Top][All Lists]
Advanced

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

[Wesnoth-cvs-commits] wesnoth/src Makefile.am


From: Jon Daniel
Subject: [Wesnoth-cvs-commits] wesnoth/src Makefile.am
Date: Mon, 21 Mar 2005 07:27:05 -0500

CVSROOT:        /cvsroot/wesnoth
Module name:    wesnoth
Branch:         
Changes by:     Jon Daniel <address@hidden>     05/03/21 12:27:05

Modified files:
        src            : Makefile.am 

Log message:
        fixed server and campaign compilation without libintl

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/wesnoth/wesnoth/src/Makefile.am.diff?tr1=1.83&tr2=1.84&r1=text&r2=text

Patches:
Index: wesnoth/src/Makefile.am
diff -u wesnoth/src/Makefile.am:1.83 wesnoth/src/Makefile.am:1.84
--- wesnoth/src/Makefile.am:1.83        Sun Mar 20 22:49:53 2005
+++ wesnoth/src/Makefile.am     Mon Mar 21 12:27:05 2005
@@ -415,7 +415,7 @@
        serialization/string_utils.hpp \
        zipios++/xcoll.hpp
 
-wesnothd_LDADD = @SDL_NET_LIBS@ @SDL_LIBS@ $(LIBZIPIOS)
+wesnothd_LDADD = @SDL_NET_LIBS@ @SDL_LIBS@ $(LIBZIPIOS) $(LIBINTL)
 
 #############################################################################
 #    Campaign Server                                                        #
@@ -453,7 +453,7 @@
        thread.hpp \
        zipios++/xcoll.hpp
 
-campaignd_LDADD = @SDL_NET_LIBS@ @SDL_LIBS@ $(LIBZIPIOS)
+campaignd_LDADD = @SDL_NET_LIBS@ @SDL_LIBS@ $(LIBZIPIOS) $(LIBINTL)
 
 #############################################################################
 #    Castle building helpers                                                #




reply via email to

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