Files
zoitechat/src/fe-text/Makefile.am

10 lines
187 B
Makefile
Raw Normal View History

2012-07-13 18:04:00 +02:00
bin_PROGRAMS = hexchat-text
2011-02-24 04:14:30 +01:00
EXTRA_DIST = README
INCLUDES = $(COMMON_CFLAGS)
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