From: Guus Sliepen Date: Tue, 29 Sep 2009 14:25:20 +0000 (+0200) Subject: Remove autogenerated files from EXTRA_DIST. X-Git-Tag: release-1.0.10~12 X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=commitdiff_plain;h=3282375f4d64d9402141ac4bf142629ec2e1cd53 Remove autogenerated files from EXTRA_DIST. Apparently they were once necessary, but autoconf now includes them automatically. Some of them are not used anymore, and this caused make dist to fail. --- diff --git a/Makefile.am b/Makefile.am index 3a8e51fe..b13689aa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,7 @@ SUBDIRS = m4 lib src doc ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = config.rpath mkinstalldirs have.h system.h COPYING.README depcomp +EXTRA_DIST = have.h system.h COPYING.README ChangeLog: git log > ChangeLog