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/utils | |
parent | f8e3e5ce074ba08aefba3b4e7fe804c08687dbfa (diff) | |
download | samba-211bf1ea170966eb283e45339806ac45aec44d58.tar.gz samba-211bf1ea170966eb283e45339806ac45aec44d58.tar.bz2 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/utils')
-rw-r--r-- | source4/utils/net/wscript_build | 1 | ||||
-rw-r--r-- | source4/utils/wscript_build | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/source4/utils/net/wscript_build b/source4/utils/net/wscript_build index af1a0c931c..fc0db09cb6 100644 --- a/source4/utils/net/wscript_build +++ b/source4/utils/net/wscript_build @@ -12,7 +12,6 @@ bld.SAMBA_MODULE('net_drs', bld.SAMBA_BINARY('net', source='net.c net_password.c net_join.c net_vampire.c', autoproto='net_proto.h', - installdir='BINDIR', deps='LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL LIBSAMBA-NET popt POPT_SAMBA POPT_CREDENTIALS net_drs', needs_python=True ) diff --git a/source4/utils/wscript_build b/source4/utils/wscript_build index 00965a7b0f..5056cc02cc 100644 --- a/source4/utils/wscript_build +++ b/source4/utils/wscript_build @@ -3,7 +3,6 @@ bld.SAMBA_BINARY('ntlm_auth', source='ntlm_auth.c', manpages='man/ntlm_auth.1', - installdir='BINDIR', deps='LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL popt POPT_SAMBA POPT_CREDENTIALS gensec LIBCLI_RESOLVE auth ntlm_check MESSAGING LIBEVENTS service', needs_python=True ) @@ -11,14 +10,12 @@ bld.SAMBA_BINARY('ntlm_auth', bld.SAMBA_BINARY('setnttoken', source='setnttoken.c', - installdir='BINDIR', deps='talloc' ) bld.SAMBA_BINARY('testparm', source='testparm.c', - installdir='BINDIR', deps='LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL popt samba_socket POPT_SAMBA LIBCLI_RESOLVE CHARSET' ) @@ -26,7 +23,6 @@ bld.SAMBA_BINARY('testparm', bld.SAMBA_BINARY('oLschema2ldif', source='oLschema2ldif.c', manpages='man/oLschema2ldif.1', - installdir='BINDIR', deps='LIBLDB_CMDLINE SAMDB' ) |