Changing to allow auth_token makefiles to be created during the
configure process.
This commit is contained in:
parent
37b750f892
commit
d0ecc6faef
61
configure.in
61
configure.in
@ -260,6 +260,20 @@ fi
|
|||||||
#
|
#
|
||||||
AC_OUTPUT([
|
AC_OUTPUT([
|
||||||
Makefile
|
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/Makefile
|
||||||
c_micasacache/linux/Makefile
|
c_micasacache/linux/Makefile
|
||||||
c_micasacache/windows/Makefile
|
c_micasacache/windows/Makefile
|
||||||
@ -299,51 +313,4 @@ package/linux/Makefile
|
|||||||
package/windows/Makefile
|
package/windows/Makefile
|
||||||
package/linux/CASA.spec
|
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
|
|
||||||
#])
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user