auth: Move the rest of the source4 gensec_ntlmssp code to the top level
[nivanova/samba-autobuild/.git] / source4 / auth / wscript_build
index 91ec1ebca1c92b1a5586cd1157a3650d20522e22..3b43a62b2a3ecdccc8e15f95e31d18b75c84dfd3 100644 (file)
@@ -2,9 +2,7 @@
 
 bld.RECURSE('gensec')
 bld.RECURSE('kerberos')
-bld.RECURSE('ntlmssp')
 bld.RECURSE('ntlm')
-bld.RECURSE('credentials')
 
 bld.SAMBA_SUBSYSTEM('auth_session',
        source='session.c',
@@ -15,11 +13,12 @@ bld.SAMBA_SUBSYSTEM('auth_session',
        deps='samdb auth4_sam'
        )
 
-bld.SAMBA_SUBSYSTEM('auth_unix_token',
-       source='unix_token.c',
-       autoproto='unix_token_proto.h',
-       public_deps='LIBWBCLIENT_OLD',
-       )
+bld.SAMBA_LIBRARY('auth_unix_token',
+                  source='unix_token.c',
+                  autoproto='unix_token_proto.h',
+                  public_deps='LIBWBCLIENT_OLD',
+                  private_library=True,
+                  )
 
 
 bld.SAMBA_SUBSYSTEM('samba_server_gensec',