X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/aee6f89036db251b9aa36992dd0b61bb6c98ae28..03dba44854f964bdd0a7b2d059e81083051de710:/extensions/Makefile.in diff --git a/extensions/Makefile.in b/extensions/Makefile.in index 4f97fb90..7051ba8d 100644 --- a/extensions/Makefile.in +++ b/extensions/Makefile.in @@ -23,10 +23,11 @@ SSL_INCLUDES = @SSL_INCLUDES@ IRCDLIBS = @LIBS@ $(SSL_LIBS) -INCLUDES = -I. -I../include -I../libcharybdis -I../adns $(SSL_INCLUDES) +INCLUDES = -I. -I../include -I../libcharybdis -I../libratbox/include $(SSL_INCLUDES) CPPFLAGS = ${INCLUDES} @CPPFLAGS@ SRCS = \ + chm_quietunreg_compat.c \ createauthonly.c \ createoperonly.c \ extb_account.c \ @@ -36,6 +37,7 @@ SRCS = \ extb_server.c \ extb_realname.c \ extb_extgecos.c \ + force_user_invis.c \ hurt.c \ ip_cloaking.c \ ip_cloaking_old.c \ @@ -54,6 +56,7 @@ SRCS = \ m_omode.c \ m_opme.c \ m_webirc.c \ + no_locops.c \ no_oper_invis.c \ spy_admin_notice.c \ spy_info_notice.c \