X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/4606e8fc6c29342fe831541ea5fcd6617e4e372f..24170ac312f9e042993a5377ed82769f4ae74e55:/modules/Makefile.in diff --git a/modules/Makefile.in b/modules/Makefile.in index f1807cf..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 \