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/common | |
parent | bbf2ad1793840c4796e85cbb75605059809e039e (diff) |
Rename libxchatcommon to libhexchatcommon
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 289c3fca..830d73eb 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -noinst_LIBRARIES = libxchatcommon.a +noinst_LIBRARIES = libhexchatcommon.a AM_CPPFLAGS = $(COMMON_CFLAGS) @@ -47,16 +47,16 @@ endif if USE_DBUS dbusdir = dbus -libxchatcommon_a_LIBADD = \ +libhexchatcommon_a_LIBADD = \ $(top_builddir)/src/common/dbus/dbus-*.$(OBJEXT) endif SUBDIRS = $(dbusdir) . -libxchatcommon_a_SOURCES = cfgfiles.c chanopt.c ctcp.c dcc.c history.c ignore.c \ +libhexchatcommon_a_SOURCES = cfgfiles.c chanopt.c ctcp.c dcc.c history.c ignore.c \ inbound.c modes.c msproxy.c network.c notify.c outbound.c \ plugin.c plugin-timer.c proto-irc.c server.c servlist.c $(ssl_c) \ strlutil.c text.c tree.c url.c userlist.c util.c xchat.c -libxchatcommon_a_CFLAGS = $(LIBPROXY_CFLAGS) +libhexchatcommon_a_CFLAGS = $(LIBPROXY_CFLAGS) textevents: make-te ./make-te < textevents.in > textevents.h 2> textenums.h |