build: Make auth_sam_reply a library
authorAndrew Bartlett <abartlet@samba.org>
Mon, 16 May 2011 11:06:22 +0000 (21:06 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 18 May 2011 14:12:08 +0000 (16:12 +0200)
auth/wscript_build

index 75580fd299131b82392a26c2e68a34dbf32c13e3..0472a20a01278a08a5c8caa17845a18b9ce87f83 100644 (file)
@@ -1,7 +1,8 @@
 #!/usr/bin/env python
 
-bld.SAMBA_SUBSYSTEM('auth_sam_reply',
-       source='auth_sam_reply.c',
-        deps='talloc',
-       autoproto='auth_sam_reply.h'
-       )
+bld.SAMBA_LIBRARY('auth_sam_reply',
+                  source='auth_sam_reply.c',
+                  deps='talloc security samba-util',
+                  autoproto='auth_sam_reply.h',
+                  private_library=True
+                  )