Fix HexChat-Text compilation on Linux when NLS is enabled
This commit is contained in:
parent
a0c0e90f0c
commit
d0338fec1d
|
@ -1,8 +1,10 @@
|
||||||
|
localedir = $(datadir)/locale
|
||||||
|
|
||||||
bin_PROGRAMS = hexchat-text
|
bin_PROGRAMS = hexchat-text
|
||||||
|
|
||||||
EXTRA_DIST = README
|
EXTRA_DIST = README
|
||||||
|
|
||||||
INCLUDES = $(COMMON_CFLAGS)
|
INCLUDES = $(COMMON_CFLAGS) -DLOCALEDIR=\"$(localedir)\"
|
||||||
|
|
||||||
hexchat_text_LDADD = ../common/libxchatcommon.a $(COMMON_LIBS)
|
hexchat_text_LDADD = ../common/libxchatcommon.a $(COMMON_LIBS)
|
||||||
hexchat_text_SOURCES = fe-text.c fe-text.h
|
hexchat_text_SOURCES = fe-text.c fe-text.h
|
||||||
|
|
Loading…
Reference in New Issue