X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/63c26c4b5a205243c36276051483c8fec880dcf7..853058531aa2387ce1e8ab77ec9b416e70c6bffa:/extensions/Makefile.in diff --git a/extensions/Makefile.in b/extensions/Makefile.in index f9e75aa..d11e41c 100644 --- a/extensions/Makefile.in +++ b/extensions/Makefile.in @@ -23,10 +23,16 @@ SSL_INCLUDES = @SSL_INCLUDES@ IRCDLIBS = @LIBS@ $(SSL_LIBS) -INCLUDES = -I. -I../include -I../libcharybdis -I../adns $(SSL_INCLUDES) +INCLUDES = -I. -I../include -I../libratbox/include $(SSL_INCLUDES) CPPFLAGS = ${INCLUDES} @CPPFLAGS@ SRCS = \ + chm_adminonly.c \ + chm_operonly.c \ + chm_operonly_compat.c \ + chm_quietunreg_compat.c \ + chm_sslonly.c \ + chm_sslonly_compat.c \ createauthonly.c \ createoperonly.c \ extb_account.c \ @@ -34,25 +40,30 @@ SRCS = \ extb_channel.c \ extb_oper.c \ extb_server.c \ + extb_ssl.c \ extb_realname.c \ extb_extgecos.c \ + force_user_invis.c \ hurt.c \ ip_cloaking.c \ - ip_cloaking_old.c \ sno_farconnect.c \ sno_globalkline.c \ sno_globaloper.c \ sno_whois.c \ m_42.c \ m_adminwall.c \ + m_cycle.c \ m_findforwards.c \ + m_force.c \ m_identify.c \ m_mkpasswd.c \ + m_oaccept.c \ m_ojoin.c \ m_olist.c \ m_okick.c \ m_omode.c \ m_opme.c \ + m_sendbans.c \ m_webirc.c \ no_locops.c \ no_oper_invis.c \