From 8f5377f53cd89a7eaed1592b293982b20f7ba55e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 20 Oct 2006 20:37:48 +0000 Subject: [PATCH] sort tempfiles git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18706 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tests/kdc/Makefile.am | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/tests/kdc/Makefile.am b/tests/kdc/Makefile.am index cb46ed857..078becaa6 100644 --- a/tests/kdc/Makefile.am +++ b/tests/kdc/Makefile.am @@ -32,17 +32,25 @@ krb5.conf: krb5.conf.in Makefile CLEANFILES= \ $(TESTS) \ - check-kdc.tmp \ - check-digest.tmp \ - krb5.conf krb5.conf.tmp \ - digest-reply cdigest-reply o2digest-reply \ - messages.log \ - current-db* \ - foopassword \ barpassword \ - tempfile \ + cache.krb5 \ + cdigest-reply \ + check-digest.tmp \ + check-kdc.tmp \ + client-cache \ + current-db* \ + digest-reply \ + foopassword \ + krb5.conf krb5.conf.tmp \ + messages.log \ + o2cache.krb5 \ + o2digest-reply \ + ocache.krb5 \ + s2digest-reply \ + sdigest-reply \ server.keytab \ - client-cache + tempfile + EXTRA_DIST = \ check-kdc.in \