diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-24 20:41:30 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-24 20:41:30 +0200 |
commit | 6d356a5e5165dfa214b2bd9fa01f67b809643c59 (patch) | |
tree | bcd2c57cdaaf65db45a44a3be13486c75a542bd0 /src/fe-text | |
parent | bbf2ad1793840c4796e85cbb75605059809e039e (diff) |
Rename libxchatcommon to libhexchatcommon
Diffstat (limited to 'src/fe-text')
-rw-r--r-- | src/fe-text/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-text/Makefile.am b/src/fe-text/Makefile.am index fd0415ba..cbc721db 100644 --- a/src/fe-text/Makefile.am +++ b/src/fe-text/Makefile.am @@ -6,6 +6,6 @@ EXTRA_DIST = README AM_CPPFLAGS = $(COMMON_CFLAGS) -DLOCALEDIR=\"$(localedir)\" -hexchat_text_LDADD = ../common/libxchatcommon.a $(COMMON_LIBS) +hexchat_text_LDADD = ../common/libhexchatcommon.a $(COMMON_LIBS) hexchat_text_SOURCES = fe-text.c fe-text.h |