X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/7b7e1640ded40f58f8d6242e35edbc5deb2bc924..6538a4cb03fe89fa429364a3854cb4b4e3c5a9a3:/extensions/Makefile.in diff --git a/extensions/Makefile.in b/extensions/Makefile.in index 55c69775..13c58db6 100644 --- a/extensions/Makefile.in +++ b/extensions/Makefile.in @@ -23,11 +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 \ @@ -35,6 +40,7 @@ SRCS = \ extb_channel.c \ extb_oper.c \ extb_server.c \ + extb_ssl.c \ extb_realname.c \ extb_extgecos.c \ force_user_invis.c \ @@ -55,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 \