hexchat/src/fe-text/Makefile.am

12 lines
247 B
Makefile
Raw Normal View History

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
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