Fixed Makefile.am so makefile can be generated

This commit is contained in:
Pauli Nieminen 2008-07-03 20:17:50 +00:00
parent d676208eb7
commit 745971a849

View file

@ -160,7 +160,7 @@ wesnothd_SOURCES = \
wesnothd_compilerflags = $(AM_CXXFLAGS)
if BANDWIDTH_MONITOR
wesnothd_compilerflags = $(wesnothd_compilerflags) -DBANDWIDTH_MONITOR
wesnothd_compilerflags += -DBANDWIDTH_MONITOR
endif
wesnothd_CXXFLAGS = $(wesnothd_compilerflags)