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/lib/ldb | |
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/lib/ldb')
-rw-r--r-- | source4/lib/ldb/wscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/wscript b/source4/lib/ldb/wscript index 04aa4e8f9a..69b5c453f3 100644 --- a/source4/lib/ldb/wscript +++ b/source4/lib/ldb/wscript @@ -223,7 +223,7 @@ def build(bld): if s4_build: extra_cmdline_deps = ' LDBSAMBA POPT_SAMBA POPT_CREDENTIALS ' \ - 'LIBCMDLINE_CREDENTIALS gensec' + 'cmdline-credentials gensec' else: extra_cmdline_deps = '' |