From 6d356a5e5165dfa214b2bd9fa01f67b809643c59 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Wed, 24 Oct 2012 20:41:30 +0200 Subject: Rename libxchatcommon to libhexchatcommon --- src/common/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/common') 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 -- cgit 1.4.1