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/gensec/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth/gensec/wscript_build') diff --git a/source4/auth/gensec/wscript_build b/source4/auth/gensec/wscript_build index 31488911ad..ddb601a94c 100644 --- a/source4/auth/gensec/wscript_build +++ b/source4/auth/gensec/wscript_build @@ -57,7 +57,7 @@ bld.SAMBA_MODULE('gensec_schannel', bld.SAMBA_PYTHON('pygensec', source='pygensec.c', - deps='gensec PYTALLOC pyparam_util', + deps='gensec pytalloc-util pyparam_util', realname='samba/gensec.so' ) -- cgit