Added adfs to build.
authorScott Cantor <cantor.2@osu.edu>
Tue, 27 Dec 2005 04:01:18 +0000 (04:01 +0000)
committerScott Cantor <cantor.2@osu.edu>
Tue, 27 Dec 2005 04:01:18 +0000 (04:01 +0000)
Makefile.am
configure.ac

index d36c39f..8eb8139 100644 (file)
@@ -21,7 +21,7 @@ WANT_SUBDIRS = @WANT_SUBDIRS@
 
 SUBDIRS = $(WANT_SUBDIRS)
 
-DIST_SUBDIRS = doc oncrpc shib schemas configs shib-target shar test \
+DIST_SUBDIRS = adfs doc oncrpc shib schemas configs shib-target shar test \
        apache siterefresh shib-mysql-ccache xmlproviders nsapi_shib selinux
 
 all-local: shibboleth.spec pkginfo
index b71c0b2..9c3f749 100644 (file)
@@ -237,11 +237,11 @@ saml::SAMLConfig::getConfig();
         [AC_MSG_ERROR([unable to link with saml, or version too old])])
 
 # output the underlying makefiles
-WANT_SUBDIRS="doc shib schemas configs shib-target shar siterefresh test xmlproviders"
+WANT_SUBDIRS="doc shib schemas configs shib-target shar siterefresh test xmlproviders adfs"
 AC_CONFIG_FILES([Makefile doc/Makefile shib/Makefile schemas/Makefile \
                 configs/Makefile oncrpc/Makefile oncrpc/rpc/Makefile \
                 shib-target/Makefile shar/Makefile siterefresh/Makefile \
-                test/Makefile xmlproviders/Makefile selinux/Makefile])
+                test/Makefile xmlproviders/Makefile adfs/Makefile selinux/Makefile])
 
 
 # now deal with the rpc library, to see if we need to build our own