X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/6657de63ac4384ffb03bbe4a98f79e24817673b3..b225bf93b7eaf8d4d6b1ac172463d280b48a782f:/modules/Makefile.in diff --git a/modules/Makefile.in b/modules/Makefile.in index f1807cf5..e9936e97 100644 --- a/modules/Makefile.in +++ b/modules/Makefile.in @@ -36,6 +36,7 @@ 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 \ @@ -55,6 +56,7 @@ TSRCS = \ m_away.c \ m_cap.c \ m_capab.c \ + m_certfp.c \ m_challenge.c \ m_chghost.c \ m_close.c \