From e73739a338fd2586e64a6c892e6f798c08b31a22 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 21 Oct 2010 08:30:39 +1100 Subject: s4-auth: make auth a private library Pair-Programmed-With: Andrew Bartlett --- source4/auth/ntlm/wscript_build | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'source4/auth') diff --git a/source4/auth/ntlm/wscript_build b/source4/auth/ntlm/wscript_build index ab17237ea6..f70bebb30c 100644 --- a/source4/auth/ntlm/wscript_build +++ b/source4/auth/ntlm/wscript_build @@ -52,11 +52,12 @@ bld.SAMBA_SUBSYSTEM('PAM_ERRORS', ) -bld.SAMBA_SUBSYSTEM('auth', - source='auth.c auth_util.c auth_simple.c', - autoproto='auth_proto.h', - deps='LIBSAMBA-UTIL LIBSECURITY SAMDB CREDENTIALS UTIL_TEVENT', - ) +bld.SAMBA_LIBRARY('auth', + source='auth.c auth_util.c auth_simple.c', + autoproto='auth_proto.h', + deps='LIBSAMBA-UTIL LIBSECURITY SAMDB CREDENTIALS UTIL_TEVENT', + private_library=True + ) bld.SAMBA_MODULE('auth_server_service', source='auth_server_service.c', -- cgit