Fixed Makefile.am so makefile can be generated
This commit is contained in:
parent
d676208eb7
commit
745971a849
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue