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