X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/13683170999286c5c06336ad84b34cd67eee5420..ae148f147c7c02d9e63313699b287f357574e49d:/extensions/Makefile.in diff --git a/extensions/Makefile.in b/extensions/Makefile.in index 052903c..1c234eb 100644 --- a/extensions/Makefile.in +++ b/extensions/Makefile.in @@ -27,7 +27,11 @@ 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 \ @@ -42,7 +46,6 @@ SRCS = \ force_user_invis.c \ hurt.c \ ip_cloaking.c \ - ip_cloaking_old.c \ sno_farconnect.c \ sno_globalkline.c \ sno_globaloper.c \ @@ -50,6 +53,7 @@ SRCS = \ m_42.c \ m_adminwall.c \ m_findforwards.c \ + m_force.c \ m_identify.c \ m_mkpasswd.c \ m_ojoin.c \ @@ -57,6 +61,7 @@ SRCS = \ m_okick.c \ m_omode.c \ m_opme.c \ + m_sendbans.c \ m_webirc.c \ no_locops.c \ no_oper_invis.c \