Rename libxchatcommon to libhexchatcommon
This commit is contained in:
parent
bbf2ad1793
commit
6d356a5e51
|
@ -1,6 +1,6 @@
|
||||||
## Process this file with automake to produce Makefile.in
|
## Process this file with automake to produce Makefile.in
|
||||||
|
|
||||||
noinst_LIBRARIES = libxchatcommon.a
|
noinst_LIBRARIES = libhexchatcommon.a
|
||||||
|
|
||||||
AM_CPPFLAGS = $(COMMON_CFLAGS)
|
AM_CPPFLAGS = $(COMMON_CFLAGS)
|
||||||
|
|
||||||
|
@ -47,16 +47,16 @@ endif
|
||||||
|
|
||||||
if USE_DBUS
|
if USE_DBUS
|
||||||
dbusdir = dbus
|
dbusdir = dbus
|
||||||
libxchatcommon_a_LIBADD = \
|
libhexchatcommon_a_LIBADD = \
|
||||||
$(top_builddir)/src/common/dbus/dbus-*.$(OBJEXT)
|
$(top_builddir)/src/common/dbus/dbus-*.$(OBJEXT)
|
||||||
endif
|
endif
|
||||||
SUBDIRS = $(dbusdir) .
|
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 \
|
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) \
|
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
|
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
|
textevents: make-te
|
||||||
./make-te < textevents.in > textevents.h 2> textenums.h
|
./make-te < textevents.in > textevents.h 2> textenums.h
|
||||||
|
|
|
@ -4,7 +4,7 @@ bin_PROGRAMS = hexchat
|
||||||
|
|
||||||
AM_CPPFLAGS = $(GUI_CFLAGS) -DG_DISABLE_CAST_CHECKS -DLOCALEDIR=\"$(localedir)\"
|
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 = \
|
EXTRA_DIST = \
|
||||||
about.h ascii.h banlist.h chanlist.h chanview.h chanview-tabs.c \
|
about.h ascii.h banlist.h chanlist.h chanview.h chanview-tabs.c \
|
||||||
|
|
|
@ -6,6 +6,6 @@ EXTRA_DIST = README
|
||||||
|
|
||||||
AM_CPPFLAGS = $(COMMON_CFLAGS) -DLOCALEDIR=\"$(localedir)\"
|
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
|
hexchat_text_SOURCES = fe-text.c fe-text.h
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue