mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-15 02:00:20 +00:00
10 lines
183 B
Makefile
10 lines
183 B
Makefile
bin_PROGRAMS = hexchat-text
|
|
|
|
EXTRA_DIST = README
|
|
|
|
INCLUDES = $(COMMON_CFLAGS)
|
|
|
|
xchat_text_LDADD = ../common/libxchatcommon.a $(COMMON_LIBS)
|
|
xchat_text_SOURCES = fe-text.c fe-text.h
|
|
|