mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-15 05:45:00 -05:00
12 lines
252 B
Makefile
12 lines
252 B
Makefile
localedir = $(datadir)/locale
|
|
|
|
bin_PROGRAMS = hexchat-text
|
|
|
|
EXTRA_DIST = README
|
|
|
|
AM_CPPFLAGS = $(COMMON_CFLAGS) -DLOCALEDIR=\"$(localedir)\"
|
|
|
|
hexchat_text_LDADD = ../common/libhexchatcommon.a $(COMMON_LIBS)
|
|
hexchat_text_SOURCES = fe-text.c fe-text.h
|
|
|