diff options
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 |