X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/caebeeca953239f345bdaf41694ca735e4dab891..4abf8eb2e6066c1c1456f5978cd9a613992a468e:/Makefile.am diff --git a/Makefile.am b/Makefile.am index 85513d2c..e41e282d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,6 +12,7 @@ SUBDIRS += ircd \ wsockd \ authd \ bandb \ + tests \ tools \ modules \ extensions \ @@ -47,5 +48,13 @@ install-exec-hook: 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