mirror of
https://github.com/irssi/irssi.git
synced 2026-08-17 07:32:04 +02:00
..adding new files..
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@171 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
d01b094151
commit
c95034c6de
206 changed files with 31247 additions and 0 deletions
61
src/irc/core/Makefile.am
Normal file
61
src/irc/core/Makefile.am
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
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 \
|
||||
ignore.c \
|
||||
irc.c \
|
||||
irc-core.c \
|
||||
irc-commands.c \
|
||||
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-query.h \
|
||||
channels-setup.h \
|
||||
channel-events.h \
|
||||
ignore.h \
|
||||
irc.h \
|
||||
irc-core.h \
|
||||
irc-commands.h \
|
||||
irc-rawlog.h \
|
||||
irc-server.h \
|
||||
irc-special-vars.h \
|
||||
ircnet-setup.h \
|
||||
lag.h \
|
||||
masks.h \
|
||||
massjoin.h \
|
||||
modes.h \
|
||||
mode-lists.h \
|
||||
module.h \
|
||||
netsplit.h \
|
||||
nicklist.h \
|
||||
query.h \
|
||||
server-idle.h \
|
||||
server-reconnect.h \
|
||||
server-setup.h
|
||||
Loading…
Add table
Add a link
Reference in a new issue