diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-24 12:53:59 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-26 10:17:19 -0700 |
commit | a702c07e0202e2f4b853f626ca704a4bec4ae8ca (patch) | |
tree | eebfa3d5e7dd08bb99e572be06e3e58b73a2fe6b /source4/auth/credentials/wscript_build | |
parent | d44e3bf747f9812036f4b6ecf3ccb2fad1d25882 (diff) | |
download | samba-a702c07e0202e2f4b853f626ca704a4bec4ae8ca.tar.gz samba-a702c07e0202e2f4b853f626ca704a4bec4ae8ca.tar.bz2 samba-a702c07e0202e2f4b853f626ca704a4bec4ae8ca.zip |
talloc: change pytalloc-util to be a public library.
Diffstat (limited to 'source4/auth/credentials/wscript_build')
-rw-r--r-- | source4/auth/credentials/wscript_build | 2 |
1 files changed, 1 insertions, 1 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' ) |