You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
localedir = $(datadir)/locale
|
|
|
|
bin_PROGRAMS = hexchat-text
|
|
|
|
AM_CPPFLAGS = $(COMMON_CFLAGS) -DLOCALEDIR=\"$(localedir)\"
|
|
|
|
hexchat_text_LDADD = ../common/libhexchatcommon.a $(COMMON_LIBS)
|
|
hexchat_text_SOURCES = fe-text.c fe-text.h
|
|
|