X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/607cf49f89bb5bbdd1c80ec24bfac0fc391ddf5f..2392eb24cd19cede27f51ffa7f3d70b29edcbe33:/modules/Makefile.in diff --git a/modules/Makefile.in b/modules/Makefile.in index c2de26f..22e54e6 100644 --- a/modules/Makefile.in +++ b/modules/Makefile.in @@ -32,7 +32,7 @@ moduledir = @moduledir@ # Change this later! -- adrian automoduledir = @moduledir@/autoload -INCLUDES = -I../include -I../libcharybdis -I../adns $(SSL_INCLUDES) +INCLUDES = -I../include -I../libratbox/include $(SSL_INCLUDES) CPPFLAGS = ${INCLUDES} @CPPFLAGS@ CORE_SRCS = \ @@ -47,7 +47,6 @@ CORE_SRCS = \ core/m_part.c \ core/m_quit.c \ core/m_server.c \ - core/m_sjoin.c \ core/m_squit.c TSRCS = \ @@ -64,7 +63,6 @@ TSRCS = \ m_dline.c \ m_encap.c \ m_etrace.c \ - m_gline.c \ m_help.c \ m_info.c \ m_invite.c \ @@ -85,6 +83,7 @@ TSRCS = \ m_ping.c \ m_pong.c \ m_post.c \ + m_privs.c \ m_rehash.c \ m_restart.c \ m_resv.c \