From eb5ba660312b745353ff128d5d62ff4355bfde9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 7 Jun 2007 21:31:49 +0000 Subject: [PATCH] Create specific configurtion files for some tests. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20990 ec53bebd-3082-4978-b11e-865c3cabbd6b --- tests/can/Makefile.am | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/tests/can/Makefile.am b/tests/can/Makefile.am index 70497fc2f..9c185e82d 100644 --- a/tests/can/Makefile.am +++ b/tests/can/Makefile.am @@ -2,7 +2,7 @@ include $(top_srcdir)/Makefile.am.common -noinst_DATA = krb5.conf +noinst_DATA = krb5.conf mit-pkinit-20070607.cf check_SCRIPTS = $(SCRIPT_TESTS) test_can @@ -30,12 +30,13 @@ krb5.conf: krb5.conf.in Makefile $(do_subst) < $(srcdir)/krb5.conf.in > krb5.conf.tmp mv krb5.conf.tmp krb5.conf -CLEANFILES= \ - $(TESTS) \ - test_can.tmp \ - check-can.tmp \ - krb5.conf \ - krb5.conf.tmp +SUFFIXES += .xf .cf + +.xf.cf: + $(do_subst) < $< > $@.tmp + mv $@.tmp $@ + +CLEANFILES= $(TESTS) *.tmp *.xf EXTRA_DIST = \