blob: c4182803dae2ebe4248f974ad5a02edf9b45ade3 (
plain) (
tree)
|
|
localedir = $(datadir)/locale
bin_PROGRAMS = hexchat-text
AM_CPPFLAGS = $(COMMON_CFLAGS) -DLOCALEDIR=\"$(localedir)\"
hexchat_text_LDADD = ../common/libhexchatcommon.a $(COMMON_LIBS)
hexchat_text_SOURCES = fe-text.c fe-text.h
|