Removal of eduPerson
[shibboleth/sp.git] / Makefile.am
index 0888b60..d2657f3 100644 (file)
@@ -5,18 +5,13 @@ AUTOMAKE_OPTIONS = foreign
 ACLOCAL_AMFLAGS = -I .
 
 EXTRA_DIST = \
-       ../INSTALL.txt ../LICENSE.txt ../NEWS.txt ../README.txt \
-       ../DEPLOY-GUIDE-ORIGIN.html ../DEPLOY-GUIDE-TARGET.html \
-        INSTALL.txt LICENSE.txt NEWS.txt README.txt \
-        DEPLOY-GUIDE-ORIGIN.html DEPLOY-GUIDE-TARGET.html \
-        schemas/cs-sstc-schema-assertion-01.xsd \
-        schemas/cs-sstc-schema-protocol-01.xsd \
-        schemas/soap-envelope.xsd \
-        schemas/xmldsig-core-schema.xsd \
-        schemas/xmldsig-filter2.xsd \
-        schemas/xml.xsd \
+       schemas/cs-sstc-schema-assertion-01.xsd \
+       schemas/cs-sstc-schema-protocol-01.xsd \
+       schemas/soap-envelope.xsd \
+       schemas/xmldsig-core-schema.xsd \
+       schemas/xmldsig-filter2.xsd \
+       schemas/xml.xsd \
        schemas/shibboleth.xsd \
-       schemas/eduPerson.xsd \
        configs/accessError.html \
        configs/shar.logger \
        configs/shireError.html \
@@ -25,7 +20,19 @@ EXTRA_DIST = \
        configs/ca-bundle.crt \
        configs/shibboleth.logger \
        configs/rmError.html \
-       configs/shire.logger
+       configs/shire.logger \
+       configs/AAP.xml \
+       libtool.m4 \
+       acx_pthread.m4 \
+       acx_rpctest.m4
 
-SUBDIRS = @WANT_SUBDIRS@
+WANT_SUBDIRS = @WANT_SUBDIRS@
+
+SUBDIRS = $(WANT_SUBDIRS)
+
+DIST_SUBDIRS = oncrpc shib schemas configs shib-target shar test \
+       mod_shire mod_shibrm
+
+dist-hook:
+       cp ../*.txt ../*.html $(distdir)