mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 15:42:26 +02:00
Lots of moving stuff around - hopefully I didn't break too much :)
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@632 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
3d124da13b
commit
e395e87ded
160 changed files with 3954 additions and 2959 deletions
|
|
@ -1,56 +1,54 @@
|
|||
noinst_LTLIBRARIES = libirc_core.la
|
||||
noinst_LIBRARIES = libirc_core.a
|
||||
|
||||
INCLUDES = \
|
||||
$(GLIB_CFLAGS) \
|
||||
-DSYSCONFDIR=\""$(sysconfdir)"\" \
|
||||
-I$(top_srcdir)/src -I$(top_srcdir)/src/core
|
||||
|
||||
libirc_core_la_SOURCES = \
|
||||
libirc_core_a_SOURCES = \
|
||||
bans.c \
|
||||
ctcp.c \
|
||||
channels.c \
|
||||
channels-query.c \
|
||||
channels-setup.c \
|
||||
channel-events.c \
|
||||
channel-rejoin.c \
|
||||
ignore.c \
|
||||
irc.c \
|
||||
irc-core.c \
|
||||
irc-channels.c \
|
||||
irc-channels-setup.c \
|
||||
irc-chatnets.c \
|
||||
irc-commands.c \
|
||||
irc-log.c \
|
||||
irc-masks.c \
|
||||
irc-nicklist.c \
|
||||
irc-queries.c \
|
||||
irc-rawlog.c \
|
||||
irc-server.c \
|
||||
irc-servers.c \
|
||||
irc-servers-reconnect.c \
|
||||
irc-servers-setup.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
|
||||
server-idle.c
|
||||
|
||||
noinst_HEADERS = \
|
||||
bans.h \
|
||||
ctcp.h \
|
||||
channels.h \
|
||||
channels-setup.h \
|
||||
ignore.h \
|
||||
irc.h \
|
||||
irc-channels.h \
|
||||
irc-chatnets.h \
|
||||
irc-commands.h \
|
||||
irc-server.h \
|
||||
ircnet-setup.h \
|
||||
masks.h \
|
||||
irc-masks.h \
|
||||
irc-nicklist.h \
|
||||
irc-queries.h \
|
||||
irc-servers.h \
|
||||
irc-servers-setup.h \
|
||||
modes.h \
|
||||
mode-lists.h \
|
||||
module.h \
|
||||
netsplit.h \
|
||||
nicklist.h \
|
||||
query.h \
|
||||
server-idle.h \
|
||||
server-reconnect.h \
|
||||
server-setup.h
|
||||
server-idle.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue