]> jfr.im git - solanum.git/blobdiff - Makefile.am
newconf: add illustrative examples to comments
[solanum.git] / Makefile.am
index 6eb6157b2ecd3d5b56ead78c3f967de28038fe1f..85513d2c00e518814158f492ef23945370e214cd 100644 (file)
@@ -9,6 +9,7 @@ endif
 
 SUBDIRS += ircd \
            ssld \
+           wsockd \
            authd \
            bandb \
            tools \
@@ -24,15 +25,27 @@ BUILT_SOURCES = include/serno.h
 include/serno.h:
        @if [ -d .git ]; then \
                revh=`git log -1 --date=format:%Y%m%d --pretty=format:%cd-%h`; \
-               datecode=`git log -1 --date=format:%Y%m%d --pretty=format:%cd`; \
+               datecode=`git log -1 --pretty=format:%ct`; \
                if [ -n "$$revh" ]; then \
                        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