really have intl/ used on platforms withou GNU gettext
This commit is contained in:
parent
4c9a6d303f
commit
dde27faf2f
1 changed files with 4 additions and 3 deletions
|
@ -299,7 +299,8 @@ wesnoth_editor_SOURCES = editor/editor.cpp \
|
|||
widgets/slider.hpp \
|
||||
widgets/widget.hpp
|
||||
|
||||
AM_CXXFLAGS = @SDL_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" -DLOCALEDIR=\"$(localedir)\"
|
||||
AM_CXXFLAGS = @SDL_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" -DLOCALEDIR=\"$(localedir)\" \
|
||||
-I$(srcdir)/../intl -I../intl
|
||||
|
||||
if X11
|
||||
CXXFLAGS += -D_X11 @X_CFLAGS@
|
||||
|
@ -308,8 +309,8 @@ if GCC
|
|||
CXXFLAGS += -fno-omit-frame-pointer
|
||||
endif
|
||||
|
||||
AM_LDFLAGS = @SDL_LIBS@ @SDL_IMAGE_LIBS@ @SDL_MIXER_LIBS@ @SDL_NET_LIBS@ \
|
||||
@SDL_TTF_LIBS@
|
||||
LIBS = @SDL_LIBS@ @SDL_IMAGE_LIBS@ @SDL_MIXER_LIBS@ @SDL_NET_LIBS@ \
|
||||
@SDL_TTF_LIBS@ @LIBINTL@
|
||||
|
||||
if STATIC
|
||||
LIBS += -static -L/usr/lib -Wl,-rpath,/usr/lib -L/usr/X11R6/lib -lSDL_image \
|
||||
|
|
Loading…
Add table
Reference in a new issue