hexchat/src/fe-text/Makefile.am

10 lines
230 B
Makefile
Raw Permalink Normal View History

localedir = $(datadir)/locale
2012-07-13 12:04:00 -04:00
bin_PROGRAMS = hexchat-text
2011-02-23 22:14:30 -05:00
2012-10-13 16:26:35 -04:00
AM_CPPFLAGS = $(COMMON_CFLAGS) -DLOCALEDIR=\"$(localedir)\"
2011-02-23 22:14:30 -05:00
hexchat_text_LDADD = ../common/libhexchatcommon.a $(COMMON_LIBS)
2012-07-13 12:46:30 -04:00
hexchat_text_SOURCES = fe-text.c fe-text.h
2011-02-23 22:14:30 -05:00