mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-19 12:10:19 +00:00
Fix HexChat-Text compilation on Linux when NLS is enabled
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user