X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=Makefile.am;h=19ae3014bcf2b275e80c3781330bcecd9b47a6d9;hp=fd11ce576224ec471de2680ea0596fa8d357e300;hb=5b6815751e581bedd64bfc63aea5b42c746bbceb;hpb=47992fe59f4c1b4116e4872d59251b143edc6763 diff --git a/Makefile.am b/Makefile.am index fd11ce57..19ae3014 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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\