2000-04-26 08:03:38 +00:00
|
|
|
noinst_LTLIBRARIES = libirc_core.la
|
|
|
|
|
|
|
|
|
|
INCLUDES = \
|
|
|
|
|
$(GLIB_CFLAGS) \
|
|
|
|
|
-DSYSCONFDIR=\""$(sysconfdir)"\" \
|
|
|
|
|
-I$(top_srcdir)/src -I$(top_srcdir)/src/core
|
|
|
|
|
|
|
|
|
|
libirc_core_la_SOURCES = \
|
|
|
|
|
bans.c \
|
|
|
|
|
ctcp.c \
|
|
|
|
|
channels.c \
|
|
|
|
|
channels-query.c \
|
|
|
|
|
channels-setup.c \
|
|
|
|
|
channel-events.c \
|
2000-05-15 08:25:45 +00:00
|
|
|
channel-rejoin.c \
|
2000-04-26 08:03:38 +00:00
|
|
|
ignore.c \
|
|
|
|
|
irc.c \
|
|
|
|
|
irc-core.c \
|
|
|
|
|
irc-commands.c \
|
2000-04-27 10:31:14 +00:00
|
|
|
irc-log.c \
|
2000-04-26 08:03:38 +00:00
|
|
|
irc-rawlog.c \
|
|
|
|
|
irc-server.c \
|
|
|
|
|
irc-special-vars.c \
|
|
|
|
|
ircnet-setup.c \
|
|
|
|
|
lag.c \
|
|
|
|
|
masks.c \
|
|
|
|
|
massjoin.c \
|
|
|
|
|
modes.c \
|
|
|
|
|
mode-lists.c \
|
|
|
|
|
netsplit.c \
|
|
|
|
|
nicklist.c \
|
|
|
|
|
query.c \
|
|
|
|
|
server-idle.c \
|
|
|
|
|
server-reconnect.c \
|
|
|
|
|
server-setup.c
|
|
|
|
|
|
|
|
|
|
noinst_HEADERS = \
|
|
|
|
|
bans.h \
|
|
|
|
|
ctcp.h \
|
|
|
|
|
channels.h \
|
|
|
|
|
channels-setup.h \
|
|
|
|
|
ignore.h \
|
|
|
|
|
irc.h \
|
2000-06-28 20:00:39 +00:00
|
|
|
irc-commands.h \
|
2000-04-26 08:03:38 +00:00
|
|
|
irc-server.h \
|
|
|
|
|
ircnet-setup.h \
|
|
|
|
|
masks.h \
|
|
|
|
|
modes.h \
|
|
|
|
|
mode-lists.h \
|
|
|
|
|
module.h \
|
|
|
|
|
netsplit.h \
|
|
|
|
|
nicklist.h \
|
|
|
|
|
query.h \
|
|
|
|
|
server-idle.h \
|
|
|
|
|
server-reconnect.h \
|
|
|
|
|
server-setup.h
|