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