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-gtk | |
parent | bbf2ad1793840c4796e85cbb75605059809e039e (diff) |
Rename libxchatcommon to libhexchatcommon
Diffstat (limited to 'src/fe-gtk')
-rw-r--r-- | src/fe-gtk/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/Makefile.am b/src/fe-gtk/Makefile.am index 0136ca84..3928b413 100644 --- a/src/fe-gtk/Makefile.am +++ b/src/fe-gtk/Makefile.am @@ -4,7 +4,7 @@ bin_PROGRAMS = hexchat AM_CPPFLAGS = $(GUI_CFLAGS) -DG_DISABLE_CAST_CHECKS -DLOCALEDIR=\"$(localedir)\" -hexchat_LDADD = ../common/libxchatcommon.a $(GUI_LIBS) +hexchat_LDADD = ../common/libhexchatcommon.a $(GUI_LIBS) EXTRA_DIST = \ about.h ascii.h banlist.h chanlist.h chanview.h chanview-tabs.c \ |