X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/4ea068e8265cc19439b0d64cfdce4e9bc3bd0932..2b0410bc2c6d8adbee56cc94b998e0812ee776cf:/Makefile.am?ds=sidebyside diff --git a/Makefile.am b/Makefile.am index 34e15287..19e7b396 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,16 +9,16 @@ endif SUBDIRS += ircd \ ssld \ + wsockd \ authd \ bandb \ + tests \ tools \ modules \ extensions \ help \ doc -logdir = @prefix@/logs - BUILT_SOURCES = include/serno.h include/serno.h: @@ -37,3 +37,24 @@ include/serno.h: install-data-hook: test -d ${DESTDIR}${logdir} || mkdir -p ${DESTDIR}${logdir} + +install-exec-hook: + rm -f ${DESTDIR}${libdir}/*.la + rm -f ${DESTDIR}${moduledir}/*.la + rm -f ${DESTDIR}${moduledir}/autoload/*.la + rm -f ${DESTDIR}${moduledir}/extensions/*.la + rm -f ${DESTDIR}${libdir}/*.dll.a + 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