diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-07-13 18:46:30 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-07-13 18:46:30 +0200 |
commit | 2e73e515057bddd77d04438bb8cb51c19bb7fa9a (patch) | |
tree | 407879ce343458eb4422903c415df6763fa56add /src/fe-text | |
parent | 98dc22328ff2a42adacd6c5c70e70a6944b5a7ff (diff) |
Fix frontend compilation on Linux
Diffstat (limited to 'src/fe-text')
-rw-r--r-- | src/fe-text/Makefile.am | 4 |
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 |