diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-10-30 14:19:11 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-10-30 23:49:01 +1100 |
commit | 2ea41fdbe2bc56b411aee213c852cecadb325427 (patch) | |
tree | e867d650015114792b7e34c0fb885778aa514939 /source4/auth/credentials | |
parent | 88fd7e0920dfdd9c1819c71b65dd3eda80a350f9 (diff) | |
download | samba-2ea41fdbe2bc56b411aee213c852cecadb325427.tar.gz samba-2ea41fdbe2bc56b411aee213c852cecadb325427.tar.bz2 samba-2ea41fdbe2bc56b411aee213c852cecadb325427.zip |
s4-cmdline: make cmdline-credentials a private library
Diffstat (limited to 'source4/auth/credentials')
-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 583ba0b70c..b116e44315 100644 --- a/source4/auth/credentials/wscript_build +++ b/source4/auth/credentials/wscript_build @@ -25,7 +25,7 @@ bld.SAMBA_SUBSYSTEM('CREDENTIALS_NTLM', bld.SAMBA_PYTHON('pycredentials', source='pycredentials.c', - public_deps='CREDENTIALS LIBCMDLINE_CREDENTIALS pytalloc-util pyparam_util CREDENTIALS_KRB5 CREDENTIALS_SECRETS', + public_deps='CREDENTIALS cmdline-credentials pytalloc-util pyparam_util CREDENTIALS_KRB5 CREDENTIALS_SECRETS', realname='samba/credentials.so' ) |