mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-15 13:55:04 -05:00
10 lines
181 B
Makefile
10 lines
181 B
Makefile
|
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
|
||
|
|