X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/d0a28c6a94b19e8e2b3fef74316f7687374d2853..9f9ab5c2d6149c699ce90ee0bbc486d532b77058:/Makefile.am diff --git a/Makefile.am b/Makefile.am index eb249792..85513d2c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,6 +9,7 @@ endif SUBDIRS += ircd \ ssld \ + wsockd \ authd \ bandb \ tools \ @@ -29,10 +30,22 @@ include/serno.h: echo '#define SERNO "'$$revh'"' >include/serno.h ; \ echo "#define DATECODE $${datecode}UL" >>include/serno.h; \ fi \ - else \ + fi + @if [ ! -f include/serno.h ]; then \ echo '#define SERNO "unknown"' >include/serno.h; \ echo '#define DATECODE 0UL' >>include/serno.h; \ fi install-data-hook: test -d ${DESTDIR}${logdir} || mkdir -p ${DESTDIR}${logdir} + +install-exec-hook: + rm -f ${DESTDIR}${moduledir}/*.la + rm -f ${DESTDIR}${moduledir}/autoload/*.la + rm -f ${DESTDIR}${moduledir}/extensions/*.la + rm -f ${DESTDIR}${moduledir}/*.dll.a + rm -f ${DESTDIR}${moduledir}/autoload/*.dll.a + rm -f ${DESTDIR}${moduledir}/extensions/*.dll.a + +clean-local: + rm -f include/serno.h