fix --enable-tools builds
This commit is contained in:
parent
310c2ebe1a
commit
308b53b1f5
1 changed files with 2 additions and 2 deletions
|
@ -541,8 +541,8 @@ cutter_SOURCES = \
|
|||
tstring.hpp \
|
||||
gettext.cpp
|
||||
|
||||
exploder_LDADD = @SDL_IMAGE_LIBS@ @SDL_LIBS@ $(LIBZIPIOS)
|
||||
cutter_LDADD = @SDL_IMAGE_LIBS@ @SDL_LIBS@ $(LIBZIPIOS)
|
||||
exploder_LDADD = @SDL_IMAGE_LIBS@ @SDL_LIBS@ $(LIBZIPIOS) $(LIBINTL) $(PNG_LIBS)
|
||||
cutter_LDADD = @SDL_IMAGE_LIBS@ @SDL_LIBS@ $(LIBZIPIOS) $(LIBINTL) $(PNG_LIBS)
|
||||
|
||||
#############################################################################
|
||||
# Wesnoth Zip #
|
||||
|
|
Loading…
Add table
Reference in a new issue