Removal of eduPerson
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 4 Apr 2003 05:24:03 +0000 (05:24 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Fri, 4 Apr 2003 05:24:03 +0000 (05:24 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@351 cb58f699-b61c-0410-a6fe-9272a202ed29

Makefile.am
configure.ac

index 1e27bef..d2657f3 100644 (file)
@@ -5,14 +5,13 @@ AUTOMAKE_OPTIONS = foreign
 ACLOCAL_AMFLAGS = -I .
 
 EXTRA_DIST = \
-        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 \
@@ -22,14 +21,16 @@ EXTRA_DIST = \
        configs/shibboleth.logger \
        configs/rmError.html \
        configs/shire.logger \
-        configs/AAP.xml \
-       libtool.m4 acx_pthread.m4 acx_rpctest.m4
+       configs/AAP.xml \
+       libtool.m4 \
+       acx_pthread.m4 \
+       acx_rpctest.m4
 
 WANT_SUBDIRS = @WANT_SUBDIRS@
 
 SUBDIRS = $(WANT_SUBDIRS)
 
-DIST_SUBDIRS = oncrpc shib schemas configs shib-target eduPerson shar test \
+DIST_SUBDIRS = oncrpc shib schemas configs shib-target shar test \
        mod_shire mod_shibrm
 
 dist-hook:
index 0f70f94..b8e8a4b 100644 (file)
@@ -152,8 +152,8 @@ AC_TRY_LINK(
         ])
 
 # output the underlying makefiles
-WANT_SUBDIRS="shib schemas configs shib-target eduPerson shar test"
-AC_CONFIG_FILES([Makefile shib/Makefile schemas/Makefile eduPerson/Makefile \
+WANT_SUBDIRS="shib schemas configs shib-target shar test"
+AC_CONFIG_FILES([Makefile shib/Makefile schemas/Makefile \
                 configs/Makefile oncrpc/Makefile oncrpc/rpc/Makefile \
                 shib-target/Makefile shar/Makefile test/Makefile])