From a702c07e0202e2f4b853f626ca704a4bec4ae8ca Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 24 Oct 2010 12:53:59 -0700 Subject: talloc: change pytalloc-util to be a public library. --- source4/auth/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth/wscript_build') 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' ) -- cgit