2012-07-13 23:17:43 +04:00
|
|
|
localedir = $(datadir)/locale
|
|
|
|
|
2012-07-13 20:04:00 +04:00
|
|
|
bin_PROGRAMS = hexchat-text
|
2011-02-24 06:14:30 +03:00
|
|
|
|
|
|
|
EXTRA_DIST = README
|
|
|
|
|
2012-07-13 23:17:43 +04:00
|
|
|
INCLUDES = $(COMMON_CFLAGS) -DLOCALEDIR=\"$(localedir)\"
|
2011-02-24 06:14:30 +03:00
|
|
|
|
2012-07-13 20:46:30 +04:00
|
|
|
hexchat_text_LDADD = ../common/libxchatcommon.a $(COMMON_LIBS)
|
|
|
|
hexchat_text_SOURCES = fe-text.c fe-text.h
|
2011-02-24 06:14:30 +03:00
|
|
|
|