X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/94ffe9321240bc7f421cb16445dc51c008920f29..36fb4e9a7743326d1a2ca7601bc9bf1c5b9a0bcb:/src/Makefile.in diff --git a/src/Makefile.in b/src/Makefile.in index c9256cc..ab69afb 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -33,7 +33,7 @@ PROGS = $(IRCD_EXE) SSL_LIBS = @SSL_LIBS@ SSL_INCLUDES = @SSL_INCLUDES@ -IRCDLIBS = @MODULES_LIBS@ -Wl,-rpath=@libdir@ -L../libratbox/src/.libs -lratbox @LIBS@ $(SSL_LIBS) +IRCDLIBS = @MODULES_LIBS@ -L../libratbox/src/.libs -lratbox @LIBS@ $(SSL_LIBS) INCLUDES = -I../include -I../libratbox/include $(SSL_INCLUDES) CPPFLAGS = ${INCLUDES} @CPPFLAGS@ @@ -54,6 +54,7 @@ lex.yy.c: ircd_lexer.l ${LEX} ircd_lexer.l SRCS = \ + bandbi.c \ blacklist.c \ cache.c \ channel.c \ @@ -65,11 +66,9 @@ SRCS = \ hash.c \ hook.c \ hostmask.c \ - irc_string.c \ irc_dictionary.c \ ircd.c \ ircd_signal.c \ - kdparse.c \ listener.c \ logger.c \ match.c \ @@ -77,8 +76,10 @@ SRCS = \ monitor.c \ newconf.c \ numeric.c \ + operhash.c \ packet.c \ parse.c \ + privilege.c \ res.c \ reslib.c \ reject.c \ @@ -86,7 +87,6 @@ SRCS = \ s_auth.c \ s_conf.c \ s_newconf.c \ - s_gline.c \ s_serv.c \ s_user.c \ scache.c \ @@ -95,6 +95,7 @@ SRCS = \ sslproc.c \ substitution.c \ supported.c \ + tgchange.c \ whowas.c OBJS = ${SRCS:.c=.o} @@ -146,7 +147,7 @@ version.c: version.c.SH .PHONY: depend clean distclean depend: - ${MKDEP} ${CPPFLAGS} ${BASE_SRCS} > .depend + ${MKDEP} ${CPPFLAGS} ${SRCS} > .depend clean: ${RM} -f *.o *.exe *~ y.tab.* lex.yy.c ircd.core core ircd