X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/607cf49f89bb5bbdd1c80ec24bfac0fc391ddf5f..90a3c35b295b07ebe3793bf5d3b882c3c1a5dc7c:/modules/Makefile.in diff --git a/modules/Makefile.in b/modules/Makefile.in index c2de26f..ceb027a 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 = \ @@ -85,6 +85,7 @@ TSRCS = \ m_ping.c \ m_pong.c \ m_post.c \ + m_privs.c \ m_rehash.c \ m_restart.c \ m_resv.c \