X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/b870e83db3aa461ce3b4adbe1470b1a0ea8899ec..d09c55338feb5627da978058432a15dccec16907:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 4bc92d55..e41e282d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,8 +9,10 @@ endif SUBDIRS += ircd \ ssld \ + wsockd \ authd \ bandb \ + tests \ tools \ modules \ extensions \ @@ -45,3 +47,14 @@ install-exec-hook: rm -f ${DESTDIR}${moduledir}/*.dll.a rm -f ${DESTDIR}${moduledir}/autoload/*.dll.a rm -f ${DESTDIR}${moduledir}/extensions/*.dll.a + +distclean-local: + rm -f librb/include/librb-config.h + +clean-local: + rm -f include/serno.h + rm -f ircd/ircd_lexer.c + rm -f ircd/ircd_parser.c + rm -f ircd/ircd_parser.h + rm -f ircd/version.c + rm -f ircd/version.c.last