More exhaustive list of changes - perhaps it can be worded differently?
[tinc] / Makefile.am
index fd11ce5..19ae301 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 =
 
@@ -16,7 +16,7 @@ ChangeLog:
        rm -f ChangeLog
        rcs2log -u "zarq        Ivo Timmermans  itimmermans@bigfoot.com" \
          -u "guus      Guus Sliepen    guus@sliepen.warande.net" | \
-         sed -e 's,/home/CVS/tinc/cabal/,,g' > $@
+         sed -e 's,/home/CVS/tinc/,,g' > $@
 
 cvs-clean: maintainer-clean
        for f in $(CVS_CREATED) `find -name Makefile.in` ; do\