c.sexchat/src/fe-text/Makefile.am

12 lines
252 B
Makefile
Raw Normal View History

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-10-13 22:26:35 +02:00
AM_CPPFLAGS = $(COMMON_CFLAGS) -DLOCALEDIR=\"$(localedir)\"
2011-02-24 04:14:30 +01:00
hexchat_text_LDADD = ../common/libhexchatcommon.a $(COMMON_LIBS)
2012-07-13 18:46:30 +02:00
hexchat_text_SOURCES = fe-text.c fe-text.h
2011-02-24 04:14:30 +01:00