changeset 14653:af953acc055d

build: Enable Autotools 'distcheck' target to complete successfully. * Makefile.am: Add built file 'ChangeLog' to list of files to delete during distclean.
author Rik <octave@nomad.inbox5.com>
date Fri, 18 May 2012 13:09:07 -0700
parents b9151573a230
children 389f49a88656
files Makefile.am
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Fri May 18 11:56:35 2012 -0700
+++ b/Makefile.am	Fri May 18 13:09:07 2012 -0700
@@ -86,7 +86,9 @@
 
 CLEANFILES = $(BUILT_SOURCES)
 
-DISTCLEANFILES = .gdbinit 
+DISTCLEANFILES = \
+  .gdbinit \
+  ChangeLog
 
 MAINTAINERCLEANFILES = $(BUILT_DISTFILES)