blob: 6a9738964c7a8b7b81e10d55f58030bbdd006758 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
bin_PROGRAMS = hexchat-text
EXTRA_DIST = README
INCLUDES = $(COMMON_CFLAGS)
hexchat_text_LDADD = ../common/libxchatcommon.a $(COMMON_LIBS)
hexchat_text_SOURCES = fe-text.c fe-text.h
|