summaryrefslogtreecommitdiff
path: root/source3/Makefile-smbtorture
AgeCommit message (Collapse)AuthorFilesLines
2012-11-22build: Be consistent with the name of smbtorture binariesAndrew Bartlett1-0/+24
This ensures that in both build systems, smbtorture3 is the source3 binary, and smbtoture is our main smbtorture binary, built with waf. Also included in this is the removal of bin/ndrdump4 as a special case. This removes the last cases of binaries with different names in each build system. Andrew Bartlett Reviewed-by: Andreas Schneider <asn@samba.org>