Fix HexChat-Text compilation on Linux when NLS is enabled

This commit is contained in:
Berke Viktor 2012-07-13 21:17:43 +02:00
parent a0c0e90f0c
commit d0338fec1d
1 changed files with 3 additions and 1 deletions

View File

@ -1,8 +1,10 @@
localedir = $(datadir)/locale
bin_PROGRAMS = hexchat-text
EXTRA_DIST = README
INCLUDES = $(COMMON_CFLAGS)
INCLUDES = $(COMMON_CFLAGS) -DLOCALEDIR=\"$(localedir)\"
hexchat_text_LDADD = ../common/libxchatcommon.a $(COMMON_LIBS)
hexchat_text_SOURCES = fe-text.c fe-text.h