summaryrefslogtreecommitdiff
path: root/source4/auth/wscript_build
diff options
context:
space:
mode:
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 eb24459c3c..2ef3c0daed 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 pyparam_util',
+ deps='SAMDB pytalloc-util pyparam_util',
realname='samba/auth.so'
)