From 84c536e4ea7a5f517822c9928222f066f2faf3fe Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Sat, 13 Oct 2012 22:26:35 +0200 Subject: Compatibility for Automake 1.12.4+ --- src/fe-text/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fe-text') diff --git a/src/fe-text/Makefile.am b/src/fe-text/Makefile.am index 28d48060..fd0415ba 100644 --- a/src/fe-text/Makefile.am +++ b/src/fe-text/Makefile.am @@ -4,7 +4,7 @@ bin_PROGRAMS = hexchat-text EXTRA_DIST = README -INCLUDES = $(COMMON_CFLAGS) -DLOCALEDIR=\"$(localedir)\" +AM_CPPFLAGS = $(COMMON_CFLAGS) -DLOCALEDIR=\"$(localedir)\" hexchat_text_LDADD = ../common/libxchatcommon.a $(COMMON_LIBS) hexchat_text_SOURCES = fe-text.c fe-text.h -- cgit 1.4.1