X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/9291987bba2e61795ad1603541641caae0591676..36fb4e9a7743326d1a2ca7601bc9bf1c5b9a0bcb:/src/Makefile.in diff --git a/src/Makefile.in b/src/Makefile.in index be06853..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,6 +76,7 @@ SRCS = \ monitor.c \ newconf.c \ numeric.c \ + operhash.c \ packet.c \ parse.c \ privilege.c \ @@ -94,6 +95,7 @@ SRCS = \ sslproc.c \ substitution.c \ supported.c \ + tgchange.c \ whowas.c OBJS = ${SRCS:.c=.o}