summaryrefslogtreecommitdiff
path: root/auth/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-03-28 10:41:46 +1300
committerJeremy Allison <jra@samba.org>2014-04-18 20:08:09 +0200
commitb7b5a1f5bd993cbc3a2c45a7714f67ff412e9489 (patch)
tree143fc1a95317fb9ad231743f0a0686f2cf26bb9c /auth/wscript_build
parent60db71015f84dd242be889576d85ccd5c6a1f73b (diff)
downloadsamba-b7b5a1f5bd993cbc3a2c45a7714f67ff412e9489.tar.gz
auth: Move wbcAuthUserInfo_to_netr_SamInfo3 to the top level
This allows auth_winbind in source4 to use this more correct conversion routine. Andrew Bartlett Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'auth/wscript_build')
-rw-r--r--auth/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/wscript_build b/auth/wscript_build
index 57f12702cba..a61bc378af7 100644
--- a/auth/wscript_build
+++ b/auth/wscript_build
@@ -1,7 +1,7 @@
#!/usr/bin/env python
bld.SAMBA_LIBRARY('auth_sam_reply',
- source='auth_sam_reply.c',
+ source='auth_sam_reply.c wbc_auth_util.c',
deps='talloc samba-security samba-util',
autoproto='auth_sam_reply.h',
private_library=True