summary refs log tree commit diff stats
path: root/src/fe-text
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-13 18:46:30 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-13 18:46:30 +0200
commit2e73e515057bddd77d04438bb8cb51c19bb7fa9a (patch)
tree407879ce343458eb4422903c415df6763fa56add /src/fe-text
parent98dc22328ff2a42adacd6c5c70e70a6944b5a7ff (diff)
Fix frontend compilation on Linux
Diffstat (limited to 'src/fe-text')
-rw-r--r--src/fe-text/Makefile.am4
1 files changed, 2 insertions, 2 deletions
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