X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=Makefile.am;h=12371406c4ef6bc312e6cf4f5b0d23255457d70e;hp=d1b46fd6115e21b8685733b95c25a32572aeecec;hb=refs%2Fheads%2F1.1;hpb=8a90de94a1b0e6cdaf51559d44f04a75d5f9ab0e diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index d1b46fd6..00000000 --- a/Makefile.am +++ /dev/null @@ -1,24 +0,0 @@ -## Process this file with automake to get Makefile.in - -AUTOMAKE_OPTIONS = gnits - -SUBDIRS = m4 lib cipher src doc redhat - -ACLOCAL_AMFLAGS = - -EXTRA_DIST = TODO - -CVS_CREATED = configure aclocal.m4 config.h.in config.guess \ - config.sub install-sh ltconfig ltmain.sh missing mkinstalldirs \ - stamp-h.in m4/Makefile.am - -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' > $@ - -cvs-clean: maintainer-clean - for f in $(CVS_CREATED) `find -name Makefile.in` ; do\ - rm -f "$$f"; \ - done