From d0ecc6faef5f1716900965a152c8b8c334af38b4 Mon Sep 17 00:00:00 2001 From: Juan Carlos Luciani Date: Mon, 5 Jun 2006 21:30:03 +0000 Subject: [PATCH] Changing to allow auth_token makefiles to be created during the configure process. --- configure.in | 61 ++++++++++++---------------------------------------- 1 file changed, 14 insertions(+), 47 deletions(-) diff --git a/configure.in b/configure.in index c7c56815..d2b0e577 100644 --- a/configure.in +++ b/configure.in @@ -260,6 +260,20 @@ fi # AC_OUTPUT([ Makefile +auth_token/Makefile +auth_token/server/Makefile +auth_token/server/AuthTokenValidate/Makefile +auth_token/server/AuthTokenValidate/linux/Makefile +auth_token/server/AuthTokenValidate/idenTokenProviders/Makefile +auth_token/server/AuthTokenValidate/idenTokenProviders/casa/Makefile +auth_token/server/AuthTokenValidate/idenTokenProviders/casa/linux/Makefile +auth_token/server/PamSupport/Makefile +auth_token/server/PamSupport/linux/Makefile +auth_token/server/ApacheSupport/Makefile +auth_token/server/ApacheSupport/2.2/Makefile +auth_token/server/ApacheSupport/2.2/linux/Makefile +auth_token/server/AuthTokenSvc/Makefile +auth_token/server/JaasSupport/Makefile c_micasacache/Makefile c_micasacache/linux/Makefile c_micasacache/windows/Makefile @@ -299,51 +313,4 @@ package/linux/Makefile package/windows/Makefile package/linux/CASA.spec ]) -#AC_OUTPUT([ -#Makefile -#auth_token/Makefile -#auth_token/server/Makefile -#auth_token/server/AuthTokenValidate/Makefile -#auth_token/server/AuthTokenValidate/linux/Makefile -#auth_token/server/AuthTokenValidate/idenTokenProviders/Makefile -#auth_token/server/AuthTokenValidate/idenTokenProviders/casa/Makefile -#auth_token/server/AuthTokenValidate/idenTokenProviders/casa/linux/Makefile -#auth_token/server/PamSupport/Makefile -#auth_token/server/PamSupport/linux/Makefile -#auth_token/server/ApacheSupport/Makefile -#auth_token/server/ApacheSupport/2.2/Makefile -#auth_token/server/ApacheSupport/2.2/linux/Makefile -#c_micasacache/Makefile -#c_micasacache/linux/Makefile -#c_common/Makefile -#c_common/linux/Makefile -#c_micasadk/Makefile -#c_micasadk/linux/Makefile -#c_micasad/lib/Makefile -#c_micasad/lib/common/Makefile -#c_micasad/lib/communication/Makefile -#c_sharp/Makefile -#c_sharp/NSSCSWrapper/Makefile -#c_micasad/Makefile -#c_policy/Makefile -#c_adlib/ad_kw/Makefile -#c_adlib/ad_gk/native/Makefile -#c_adlib/ad_gk/Makefile -#c_adlib/ad_ff/native/Makefile -#c_adlib/ad_ff/Makefile -#c_adlib/Makefile -#c_gui/Makefile -#login_capture/Makefile -#login_capture/PAM/Makefile -#login_capture/PAM/linux/Makefile -#c_jwrapper/Makefile -#c_jwrapper/src/Makefile -#c_jwrapper/jnsscs/Makefile -#c_jwrapper/jnsscs/linux/Makefile -#package/Makefile -#package/linux/Makefile -#package/linux/CASA.spec -#]) - -