summaryrefslogtreecommitdiff
path: root/source4/auth/wscript_build
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-01-17 16:22:31 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-01-18 10:55:05 +0100
commit969c1b58eb325d4741097c1f7b9a81c67b23270d (patch)
tree1ca95e033135a017d8b4b2cdfe0ecc5bfe88bd03 /source4/auth/wscript_build
parent017fbcdd101b3e8503ce643202fdbaa6d076a995 (diff)
downloadsamba-969c1b58eb325d4741097c1f7b9a81c67b23270d.tar.gz
samba-969c1b58eb325d4741097c1f7b9a81c67b23270d.tar.bz2
samba-969c1b58eb325d4741097c1f7b9a81c67b23270d.zip
s4-pyauth Add bindings for auth_context_create() as AuthContext()
Diffstat (limited to 'source4/auth/wscript_build')
-rw-r--r--source4/auth/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/auth/wscript_build b/source4/auth/wscript_build
index 71b3c9d086..c0701bf9f5 100644
--- a/source4/auth/wscript_build
+++ b/source4/auth/wscript_build
@@ -48,7 +48,7 @@ bld.SAMBA_SUBSYSTEM('auth_sam_reply',
bld.SAMBA_PYTHON('pyauth',
source='pyauth.c',
public_deps='auth_system_session',
- deps='samdb pytalloc-util pyparam_util pyldb-util pycredentials',
+ deps='samdb pytalloc-util pyparam_util pyldb-util pycredentials auth',
realname='samba/auth.so'
)