Remove autogenerated files from EXTRA_DIST.
authorGuus Sliepen <guus@tinc-vpn.org>
Tue, 29 Sep 2009 14:25:20 +0000 (16:25 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Tue, 29 Sep 2009 14:25:20 +0000 (16:25 +0200)
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.

Makefile.am

index 3a8e51f..b13689a 100644 (file)
@@ -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