Do not include $(top_srcdir)/cipher, it does no longer exist.
[oweals/tinc.git] / Makefile.am
index fd11ce576224ec471de2680ea0596fa8d357e300..19ae3014bcf2b275e80c3781330bcecd9b47a6d9 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\