X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/0827f524e0ce124dc9c99c6c8c52165aa35e49ed..refs/tags/shadowircd-6.2.0-beta1:/modules/Makefile.in diff --git a/modules/Makefile.in b/modules/Makefile.in index 1d54267..ad1aace 100644 --- a/modules/Makefile.in +++ b/modules/Makefile.in @@ -36,12 +36,14 @@ INCLUDES = -I../include -I../libratbox/include $(SSL_INCLUDES) CPPFLAGS = ${INCLUDES} @CPPFLAGS@ CORE_SRCS = \ + core/m_ban.c \ core/m_die.c \ core/m_error.c \ core/m_join.c \ core/m_kick.c \ core/m_kill.c \ core/m_message.c \ + core/m_metadata.c \ core/m_mode.c \ core/m_nick.c \ core/m_part.c \ @@ -55,6 +57,7 @@ TSRCS = \ m_away.c \ m_cap.c \ m_capab.c \ + m_certfp.c \ m_challenge.c \ m_chghost.c \ m_close.c \ @@ -83,7 +86,6 @@ TSRCS = \ m_ping.c \ m_pong.c \ m_post.c \ - m_presence.c \ m_privs.c \ m_rehash.c \ m_restart.c \