summaryrefslogtreecommitdiff
path: root/source4/auth
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-10-24 12:53:59 -0700
committerJelmer Vernooij <jelmer@samba.org>2010-10-26 10:17:19 -0700
commita702c07e0202e2f4b853f626ca704a4bec4ae8ca (patch)
treeeebfa3d5e7dd08bb99e572be06e3e58b73a2fe6b /source4/auth
parentd44e3bf747f9812036f4b6ecf3ccb2fad1d25882 (diff)
downloadsamba-a702c07e0202e2f4b853f626ca704a4bec4ae8ca.tar.gz
samba-a702c07e0202e2f4b853f626ca704a4bec4ae8ca.tar.bz2
samba-a702c07e0202e2f4b853f626ca704a4bec4ae8ca.zip
talloc: change pytalloc-util to be a public library.
Diffstat (limited to 'source4/auth')
-rw-r--r--source4/auth/credentials/wscript_build2
-rw-r--r--source4/auth/gensec/wscript_build2
-rw-r--r--source4/auth/wscript_build2
3 files changed, 3 insertions, 3 deletions
diff --git a/source4/auth/credentials/wscript_build b/source4/auth/credentials/wscript_build
index 554b6ce760..d6f522f1a7 100644
--- a/source4/auth/credentials/wscript_build
+++ b/source4/auth/credentials/wscript_build
@@ -24,7 +24,7 @@ bld.SAMBA_SUBSYSTEM('CREDENTIALS_NTLM',
bld.SAMBA_PYTHON('pycredentials',
source='pycredentials.c',
- public_deps='CREDENTIALS LIBCMDLINE_CREDENTIALS PYTALLOC pyparam_util CREDENTIALS_KRB5 CREDENTIALS_SECRETS',
+ public_deps='CREDENTIALS LIBCMDLINE_CREDENTIALS pytalloc-util pyparam_util CREDENTIALS_KRB5 CREDENTIALS_SECRETS',
realname='samba/credentials.so'
)
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'
)
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'
)