s4-auth: make auth a private library
authorAndrew Tridgell <tridge@samba.org>
Wed, 20 Oct 2010 21:30:39 +0000 (08:30 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 21 Oct 2010 08:03:24 +0000 (19:03 +1100)
Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

source4/auth/ntlm/wscript_build

index ab17237ea6de24fe363110c9996508d89ce48e96..f70bebb30c9184804f8c2dfb06fbcb3dd01ebfbd 100644 (file)
@@ -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',