Rename Shibboleth request handler type.
[shibboleth/sp.git] / configs / Makefile.am
index f403a34..0c5838f 100644 (file)
@@ -21,7 +21,8 @@ BUILTCONFIGFILES = \
        shibboleth.xml \
        native.logger \
        shibd.logger \
-       resolver-simple.xml \
+       attribute-map.xml \
+       attribute-policy.xml \
        example-metadata.xml
 
 # While BUILTCONFIGFILES are processed, these are not; so we should pull
@@ -33,6 +34,7 @@ CONFIGFILES = \
        rmError.html \
        sessionError.html \
        metadataError.html \
+       bindingTemplate.html \
        sslError.html \
        sp-example.key \
        sp-example.crt
@@ -74,7 +76,10 @@ native.logger: ${srcdir}/native.logger.in Makefile ${top_builddir}/config.status
 shibboleth.xml: ${srcdir}/shibboleth.xml.in Makefile ${top_builddir}/config.status
        $(MAKE) do-build-file FILE=$@
 
-resolver-simple.xml: ${srcdir}/resolver-simple.xml.in Makefile ${top_builddir}/config.status
+attribute-map.xml: ${srcdir}/attribute-map.xml.in Makefile ${top_builddir}/config.status
+       $(MAKE) do-build-file FILE=$@
+
+attribute-policy.xml: ${srcdir}/attribute-policy.xml.in Makefile ${top_builddir}/config.status
        $(MAKE) do-build-file FILE=$@
 
 example-metadata.xml: ${srcdir}/example-metadata.xml.in Makefile ${top_builddir}/config.status
@@ -110,11 +115,15 @@ CLEANFILES = \
        shibd.logger \
        native.logger \
        shibboleth.xml \
-       resolver-simple.xml \
+       attribute-map.xml \
+       attribute-policy.xml \
        example-metadata.xml
 
-EXTRA_DIST = .cvsignore \
+EXTRA_DIST =
        shibboleth.xml.in \
+       attribute-map.xml.in \
+       attribute-policy.xml.in \
+       example-metadata.xml.in \
        native.logger.in \
        shibd.logger.in \
        apache.config.in \
@@ -128,7 +137,5 @@ EXTRA_DIST = .cvsignore \
        sessionError.html \
        metadataError.html \
        sslError.html \
-       resolver-simple.xml.in \
-       example-metadata.xml.in \
        sp-example.key \
        sp-example.crt