From a2ff3e7c6118d77699b94b81d9333ca7ea274f52 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 16 May 2011 21:06:22 +1000 Subject: build: Make auth_sam_reply a library --- auth/wscript_build | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'auth/wscript_build') diff --git a/auth/wscript_build b/auth/wscript_build index 75580fd2991..0472a20a012 100644 --- a/auth/wscript_build +++ b/auth/wscript_build @@ -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 + ) -- cgit v1.2.1