From: cantor Date: Fri, 25 Oct 2002 15:02:05 +0000 (+0000) Subject: added configs/Makefile X-Git-Tag: 2.4~2652 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=72ece13b8fa81b82da6ec719ef539b15a9894a99;p=shibboleth%2Fsp.git added configs/Makefile git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@181 cb58f699-b61c-0410-a6fe-9272a202ed29 --- diff --git a/configure.ac b/configure.ac index 012dc0f..12e57c1 100644 --- a/configure.ac +++ b/configure.ac @@ -157,9 +157,9 @@ AC_TRY_LINK( ]) # output the underlying makefiles -WANT_SUBDIRS="shib schemas eduPerson shib-target shar test" +WANT_SUBDIRS="shib schemas configs eduPerson shib-target shar test" AC_CONFIG_FILES([Makefile shib/Makefile schemas/Makefile eduPerson/Makefile \ - shib-target/Makefile shar/Makefile test/Makefile]) + configs/Makefile shib-target/Makefile shar/Makefile test/Makefile]) # Much of this is taken from mod_dav. # The basic idea is to use configure options to control whether/which types