diff options
author | Andreas Schneider <asn@samba.org> | 2021-01-12 11:59:58 +0100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2021-05-20 02:58:36 +0000 |
commit | 0f6c86b201367675e1181cb31bcf5ed249683f9a (patch) | |
tree | 60df6597d79b86816f419278ddcbe4a8031c84fa /source3/wscript_build | |
parent | b87c36cb7832910edbe2cff11cd7570b23f8013b (diff) | |
download | samba-0f6c86b201367675e1181cb31bcf5ed249683f9a.tar.gz |
s3:lib: Migrate smbconftort to new cmdline option parser
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source3/wscript_build')
-rw-r--r-- | source3/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index e756c407f94..8ef11910049 100644 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -1250,7 +1250,7 @@ bld.SAMBA3_BINARY('smbconftort', deps=''' talloc smbconf - popt_samba3 + CMDLINE_S3 ''', for_selftest=True) |