From 933458c0681e9d50031d9130f352accdbce1a4e4 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 27 May 2008 15:27:30 +0000 Subject: add Makefile.in to MAINTAINERCLEANFILES in every Makefile.am --- tests/data/Makefile.am | 1 + tests/data/ca1-la/Makefile.am | 1 + tests/data/idp1-la/Makefile.am | 1 + tests/data/idp5-saml2/Makefile.am | 1 + tests/data/lecp1-la/Makefile.am | 1 + tests/data/sp1-la/Makefile.am | 1 + tests/data/sp5-saml2/Makefile.am | 1 + tests/data/sp6-saml2/Makefile.am | 1 + 8 files changed, 8 insertions(+) (limited to 'tests/data') diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index 7b5dc176..0932183f 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -1,3 +1,4 @@ +MAINTAINERCLEANFILES = Makefile.in SUBDIRS = ca1-la idp1-la lecp1-la sp1-la idp5-saml2 sp5-saml2 sp6-saml2 EXTRA_DIST = sample-identity-dump-1.xml diff --git a/tests/data/ca1-la/Makefile.am b/tests/data/ca1-la/Makefile.am index 5fdef586..344664f1 100644 --- a/tests/data/ca1-la/Makefile.am +++ b/tests/data/ca1-la/Makefile.am @@ -1 +1,2 @@ +MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = certificate.pem jks.keystore diff --git a/tests/data/idp1-la/Makefile.am b/tests/data/idp1-la/Makefile.am index cfa52815..45782b12 100644 --- a/tests/data/idp1-la/Makefile.am +++ b/tests/data/idp1-la/Makefile.am @@ -1 +1,2 @@ +MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = certificate.pem jks.keystore metadata.xml private-key-raw.pem public-key.pem diff --git a/tests/data/idp5-saml2/Makefile.am b/tests/data/idp5-saml2/Makefile.am index 61de69a7..adcdf09d 100644 --- a/tests/data/idp5-saml2/Makefile.am +++ b/tests/data/idp5-saml2/Makefile.am @@ -1 +1,2 @@ +MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = metadata.xml private-key.pem diff --git a/tests/data/lecp1-la/Makefile.am b/tests/data/lecp1-la/Makefile.am index 0f538dc9..2cc7eacb 100644 --- a/tests/data/lecp1-la/Makefile.am +++ b/tests/data/lecp1-la/Makefile.am @@ -1 +1,2 @@ +MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = certificate.pem jks.keystore Makefile.am metadata.xml private-key-raw.pem public-key.pem diff --git a/tests/data/sp1-la/Makefile.am b/tests/data/sp1-la/Makefile.am index cfa52815..45782b12 100644 --- a/tests/data/sp1-la/Makefile.am +++ b/tests/data/sp1-la/Makefile.am @@ -1 +1,2 @@ +MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = certificate.pem jks.keystore metadata.xml private-key-raw.pem public-key.pem diff --git a/tests/data/sp5-saml2/Makefile.am b/tests/data/sp5-saml2/Makefile.am index 61de69a7..adcdf09d 100644 --- a/tests/data/sp5-saml2/Makefile.am +++ b/tests/data/sp5-saml2/Makefile.am @@ -1 +1,2 @@ +MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = metadata.xml private-key.pem diff --git a/tests/data/sp6-saml2/Makefile.am b/tests/data/sp6-saml2/Makefile.am index 61de69a7..adcdf09d 100644 --- a/tests/data/sp6-saml2/Makefile.am +++ b/tests/data/sp6-saml2/Makefile.am @@ -1 +1,2 @@ +MAINTAINERCLEANFILES = Makefile.in EXTRA_DIST = metadata.xml private-key.pem -- cgit