Author: suokko
Date: Wed Aug 13 15:02:55 2008
New Revision: 28540
URL: http://svn.gna.org/viewcvs/wesnoth?rev=28540&view=rev
Log:
Fixed Makefile.am to give special CXXFLAGS for wesnothd correctly
Modified:
trunk/src/Makefile.am
Modified: trunk/src/Makefile.am
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/Makefile.am?rev=28540&r1=28539&r2=28540&view=diff
==============================================================================
--- trunk/src/Makefile.am (original)
+++ trunk/src/Makefile.am Wed Aug 13 15:02:55 2008
@@ -223,10 +223,12 @@
time.cpp \
loadscreen_empty.cpp
+wesnothd_compilerflags += $(AM_CXXFLAGS)
if BANDWIDTH_MONITOR
-wesnothd_CXXFLAGS = $(AM_CXXFLAGS) -DBANDWIDTH_MONITOR
-endif
-
+wesnothd_compilerflags += -DBANDWIDTH_MONITOR
+endif
+
+wesnothd_CXXFLAGS = $(wesnothd_compilerflags)
wesnothd_LDADD = -L. -lwesnoth-core $(BOOST_IOSTREAMS_LIBS) @SDL_NET_LIBS@
@SDL_LIBS@ $(LIBINTL)
wesnothd_DEPENDENCIES=libwesnoth-core.a
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits