From 2e73e515057bddd77d04438bb8cb51c19bb7fa9a Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Fri, 13 Jul 2012 18:46:30 +0200 Subject: Fix frontend compilation on Linux --- src/fe-text/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fe-text') diff --git a/src/fe-text/Makefile.am b/src/fe-text/Makefile.am index 065b3e76..6a973896 100644 --- a/src/fe-text/Makefile.am +++ b/src/fe-text/Makefile.am @@ -4,6 +4,6 @@ EXTRA_DIST = README INCLUDES = $(COMMON_CFLAGS) -xchat_text_LDADD = ../common/libxchatcommon.a $(COMMON_LIBS) -xchat_text_SOURCES = fe-text.c fe-text.h +hexchat_text_LDADD = ../common/libxchatcommon.a $(COMMON_LIBS) +hexchat_text_SOURCES = fe-text.c fe-text.h -- cgit 1.4.1