From 42e0d8a80bf573f18131e42b7ab16836b6e8b90b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 25 Oct 2006 05:01:12 +0000 Subject: [PATCH] Move version.h and version.h.in to DISTCLEANFILES. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18897 ec53bebd-3082-4978-b11e-865c3cabbd6b --- include/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/Makefile.am b/include/Makefile.am index 7f1a4496e..d41ed1694 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -42,8 +42,6 @@ CLEANFILES = \ rtbl.h \ test-mem.h \ vers.h \ - version.h \ - version.h.in \ asn1.h \ asn1_err.h \ base64.h \ @@ -74,3 +72,7 @@ CLEANFILES = \ roken.h \ sl.h \ xdbm.h + +DISTCLEANFILES = \ + version.h \ + version.h.in