X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/121cd4dcb66aee2094cf9e20ebcd798a35274496..36fb4e9a7743326d1a2ca7601bc9bf1c5b9a0bcb:/src/Makefile.in diff --git a/src/Makefile.in b/src/Makefile.in index 5322b5a..ab69afb 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -54,6 +54,7 @@ lex.yy.c: ircd_lexer.l ${LEX} ircd_lexer.l SRCS = \ + bandbi.c \ blacklist.c \ cache.c \ channel.c \ @@ -68,7 +69,6 @@ SRCS = \ irc_dictionary.c \ ircd.c \ ircd_signal.c \ - kdparse.c \ listener.c \ logger.c \ match.c \ @@ -76,8 +76,10 @@ SRCS = \ monitor.c \ newconf.c \ numeric.c \ + operhash.c \ packet.c \ parse.c \ + privilege.c \ res.c \ reslib.c \ reject.c \ @@ -93,6 +95,7 @@ SRCS = \ sslproc.c \ substitution.c \ supported.c \ + tgchange.c \ whowas.c OBJS = ${SRCS:.c=.o}