Author: suokko
Date: Wed Aug 13 15:03:05 2008
New Revision: 28541

URL: http://svn.gna.org/viewcvs/wesnoth?rev=28541&view=rev
Log:
Fixed src/Makefile.am to set variable first instead of concat

Modified:
    trunk/src/Makefile.am

Modified: trunk/src/Makefile.am
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/Makefile.am?rev=28541&r1=28540&r2=28541&view=diff
==============================================================================
--- trunk/src/Makefile.am (original)
+++ trunk/src/Makefile.am Wed Aug 13 15:03:05 2008
@@ -223,7 +223,7 @@
        time.cpp \
        loadscreen_empty.cpp 
 
-wesnothd_compilerflags += $(AM_CXXFLAGS)
+wesnothd_compilerflags = $(AM_CXXFLAGS)
 if BANDWIDTH_MONITOR
 wesnothd_compilerflags += -DBANDWIDTH_MONITOR
 endif


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to