diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-10-30 01:19:31 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:24:43 -0500 |
commit | af3c5b46d3c81692dc7e49c84bd372d2ff740e24 (patch) | |
tree | c6cf9a976048a4eebca16e8527e5b75d604331e4 /source4/torture/config.mk | |
parent | 0c09a793390f41f4271fca9d374471c6d0c06fb8 (diff) | |
download | samba-af3c5b46d3c81692dc7e49c84bd372d2ff740e24.tar.gz samba-af3c5b46d3c81692dc7e49c84bd372d2ff740e24.tar.bz2 samba-af3c5b46d3c81692dc7e49c84bd372d2ff740e24.zip |
r19512: Add --shell option to smbtorture (first work towards support for 'recipes')
(This used to be commit 087a8e80a9e912b330178b8c647b83381635f8e9)
Diffstat (limited to 'source4/torture/config.mk')
-rw-r--r-- | source4/torture/config.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk index 630c557d28..b37a9c8bd9 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -279,7 +279,8 @@ PRIVATE_DEPENDENCIES = \ POPT_CREDENTIALS \ TORTURE_UI \ dcerpc \ - LIBCLI_SMB + LIBCLI_SMB \ + SMBREADLINE MANPAGE = man/smbtorture.1 # End BINARY smbtorture ################################# |