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/lib/wmi/wscript_build | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/lib/wmi') diff --git a/source4/lib/wmi/wscript_build b/source4/lib/wmi/wscript_build index 6efc0bf8da..5984c23f82 100644 --- a/source4/lib/wmi/wscript_build +++ b/source4/lib/wmi/wscript_build @@ -9,14 +9,12 @@ bld.SAMBA_SUBSYSTEM('WMI', bld.SAMBA_BINARY('wmic', source='tools/wmic.c', - installdir='BINDIR', deps='POPT_SAMBA POPT_CREDENTIALS popt WMI' ) bld.SAMBA_BINARY('wmis', source='tools/wmis.c', - installdir='BINDIR', deps='POPT_SAMBA POPT_CREDENTIALS popt WMI' ) -- cgit