From: Scott Cantor Date: Fri, 25 Oct 2002 15:02:05 +0000 (+0000) Subject: added configs/Makefile X-Git-Tag: 1.2.1~981 X-Git-Url: http://www.project-moonshot.org/gitweb/?a=commitdiff_plain;h=514935fd1cefc9510a08c9544f099f1a20b4ebee;p=shibboleth%2Fcpp-sp.git added configs/Makefile --- 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