auth: Move wbcAuthUserInfo_to_netr_SamInfo3 to the top level
[nivanova/samba-autobuild/.git] / auth / wscript_build
index b124887aec92241610d789de9ae51f468c94e9de..a61bc378af768f7c227b4cdf179796699dd8d1cc 100644 (file)
@@ -1,5 +1,12 @@
-bld.SAMBA_SUBSYSTEM('auth_sam_reply',
-       source='auth_sam_reply.c',
-        deps='talloc',
-       autoproto='auth_sam_reply.h'
-       )
+#!/usr/bin/env python
+
+bld.SAMBA_LIBRARY('auth_sam_reply',
+                  source='auth_sam_reply.c wbc_auth_util.c',
+                  deps='talloc samba-security samba-util',
+                  autoproto='auth_sam_reply.h',
+                  private_library=True
+                  )
+
+bld.RECURSE('gensec')
+bld.RECURSE('ntlmssp')
+bld.RECURSE('credentials')