mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-06-16 19:49:24 +00:00
12 lines
250 B
Makefile
12 lines
250 B
Makefile
localedir = $(datadir)/locale
|
|
|
|
bin_PROGRAMS = hexchat-text
|
|
|
|
EXTRA_DIST = README
|
|
|
|
AM_CPPFLAGS = $(COMMON_CFLAGS) -DLOCALEDIR=\"$(localedir)\"
|
|
|
|
hexchat_text_LDADD = ../common/libxchatcommon.a $(COMMON_LIBS)
|
|
hexchat_text_SOURCES = fe-text.c fe-text.h
|
|
|