1 ## Process this file with automake to get Makefile.in
5 SUBDIRS = m4 lib cipher src doc redhat debian
11 CVS_CREATED = configure aclocal.m4 config.h.in config.guess \
12 config.sub install-sh ltconfig ltmain.sh missing mkinstalldirs \
13 stamp-h.in m4/Makefile.am ChangeLog
17 rcs2log -u "zarq Ivo Timmermans itimmermans@bigfoot.com" \
18 -u "guus Guus Sliepen guus@sliepen.warande.net" | \
19 sed -e 's,/home/CVS/tinc/cabal/,,g' > $@
21 cvs-clean: maintainer-clean
22 for f in $(CVS_CREATED) `find -name Makefile.in` ; do\