X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/b2c42c45890cd309b5d856bab8c4413f96f2c5c6..b225bf93b7eaf8d4d6b1ac172463d280b48a782f:/modules/Makefile.in diff --git a/modules/Makefile.in b/modules/Makefile.in index 73421d8f..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 \ @@ -63,7 +65,6 @@ TSRCS = \ m_dline.c \ m_encap.c \ m_etrace.c \ - m_gline.c \ m_help.c \ m_info.c \ m_invite.c \ @@ -204,7 +205,7 @@ depend: @$(RM) -f .depend ${MKDEP} ${CPPFLAGS} ${ALL_SRCS} > .depend @$(SED) -e '${SEDOBJ}' < .depend > .depend.tmp-1 - @$(SED) -e 's/^m_\(die\|kick\|kill\|message\|mode\|nick\|part\|quit\|server\|sjoin\|squit\)/core\/m_\1/' .depend.tmp-1 > .depend.tmp + @$(SED) -e 's#^m_die\.#core/&#' -e 's#^m_error\.#core/&#' -e 's#^m_join\.#core/&#' -e 's#^m_kick\.#core/&#' -e 's#^m_kill\.#core/&#' -e 's#^m_message\.#core/&#' -e 's#^m_mode\.#core/&#' -e 's#^m_nick\.#core/&#' -e 's#^m_part\.#core/&#' -e 's#^m_quit\.#core/&#' -e 's#^m_server\.#core/&#' -e 's#^m_squit\.#core/&#' .depend.tmp-1 > .depend.tmp @$(MV) -f .depend.tmp .depend @$(RM) -f .depend.tmp-1