Do not attempt to retreive ChangeLog information only from the CABAL
[tinc] / Makefile.am
index 0a91b08..9a82010 100644 (file)
@@ -2,7 +2,7 @@
 
 AUTOMAKE_OPTIONS = gnu
 
-SUBDIRS = m4 intl lib cipher src doc po redhat debian
+SUBDIRS = m4 intl lib src doc po redhat debian
 
 ACLOCAL_AMFLAGS =
 
@@ -14,8 +14,10 @@ CVS_CREATED = configure aclocal.m4 config.h.in config.guess \
 
 ChangeLog:
        rm -f ChangeLog
-       rcs2log -u "zarq        Ivo Timmermans  itimmermans@bigfoot.com" \
-         -u "guus      Guus Sliepen    guus@sliepen.warande.net" | \
+       rcs2log \
+         -u "zarq      Ivo Timmermans  itimmermans@bigfoot.com" \
+         -u "guus      Guus Sliepen    guus@sliepen.warande.net" \
+         -u "wsl       Wessel Dankers  wsl@nl.linux.org" | \
          sed -e 's,/home/CVS/tinc/,,g' > $@
 
 cvs-clean: maintainer-clean