From 211bf1ea170966eb283e45339806ac45aec44d58 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 18 Apr 2010 21:47:00 +1000 Subject: s4-waf: removed the unused installdir= option to SAMBA_BINARY() This was left over from the automatic conversion of the config.mk files --- source4/utils/net/wscript_build | 1 - 1 file changed, 1 deletion(-) (limited to 'source4/utils/net/wscript_build') 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 ) -- cgit