diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-04-18 21:47:00 +1000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2010-04-18 21:47:00 +1000 |
commit | 211bf1ea170966eb283e45339806ac45aec44d58 (patch) | |
tree | 1f08ffe0c2340cc5fadfcefcfcec3887cbe9c168 /source4/torture/wscript_build | |
parent | f8e3e5ce074ba08aefba3b4e7fe804c08687dbfa (diff) | |
download | samba-211bf1ea170966eb283e45339806ac45aec44d58.tar.gz samba-211bf1ea170966eb283e45339806ac45aec44d58.tar.xz samba-211bf1ea170966eb283e45339806ac45aec44d58.zip |
s4-waf: removed the unused installdir= option to SAMBA_BINARY()
This was left over from the automatic conversion of the config.mk
files
Diffstat (limited to 'source4/torture/wscript_build')
-rw-r--r-- | source4/torture/wscript_build | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/torture/wscript_build b/source4/torture/wscript_build index 79deefb3ed2..3fa66b6d700 100644 --- a/source4/torture/wscript_build +++ b/source4/torture/wscript_build @@ -135,7 +135,6 @@ bld.SAMBA_BINARY('smbtorture', source='smbtorture.c torture.c', manpages='man/smbtorture.1', public_headers='smbtorture.h', - installdir='BINDIR', deps='torture popt POPT_SAMBA POPT_CREDENTIALS dcerpc LIBCLI_SMB SMBREADLINE ' + TORTURE_MODULES, needs_python=True ) @@ -144,7 +143,6 @@ bld.SAMBA_BINARY('smbtorture', bld.SAMBA_BINARY('gentest', source='gentest.c', manpages='man/gentest.1', - installdir='BINDIR', deps='LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL popt POPT_SAMBA POPT_CREDENTIALS LIBCLI_SMB LIBCLI_RAW' ) @@ -152,7 +150,6 @@ bld.SAMBA_BINARY('gentest', bld.SAMBA_BINARY('masktest', source='masktest.c', manpages='man/masktest.1', - installdir='BINDIR', deps='LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL popt POPT_SAMBA POPT_CREDENTIALS LIBCLI_SMB' ) @@ -165,6 +162,5 @@ bld.SAMBA_BINARY('locktest', # GCOV='1', manpages='man/locktest.1', deps='popt POPT_SAMBA POPT_CREDENTIALS LIBSAMBA-UTIL LIBCLI_SMB LIBSAMBA-HOSTCONFIG', - installdir='BINDIR' ) |