X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/93d880f987d3f4bde57d383f7c8096cf666aa7a4..aeeda4466a204354379292ff4550f23a2a52ed2e:/extensions/Makefile.in?ds=sidebyside diff --git a/extensions/Makefile.in b/extensions/Makefile.in index d9272d1..5d2ee63 100644 --- a/extensions/Makefile.in +++ b/extensions/Makefile.in @@ -23,11 +23,13 @@ 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_operonly_compat.c \ chm_quietunreg_compat.c \ + chm_sslonly_compat.c \ createauthonly.c \ createoperonly.c \ extb_account.c \ @@ -35,8 +37,10 @@ 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 \ @@ -54,7 +58,6 @@ SRCS = \ m_okick.c \ m_omode.c \ m_opme.c \ - m_privs.c \ m_webirc.c \ no_locops.c \ no_oper_invis.c \