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 --- nsswitch/wscript_build | 2 -- 1 file changed, 2 deletions(-) (limited to 'nsswitch/wscript_build') diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build index 90c527b2eb..e13b4dc402 100644 --- a/nsswitch/wscript_build +++ b/nsswitch/wscript_build @@ -9,14 +9,12 @@ bld.SAMBA_SUBSYSTEM('LIBWINBIND-CLIENT', bld.SAMBA_BINARY('nsstest', source='nsstest.c', - installdir='BINDIR', deps='LIBSAMBA-UTIL LIBSAMBA-HOSTCONFIG NSS_WRAPPER' ) bld.SAMBA_BINARY('wbinfo', source='wbinfo.c', - installdir='BINDIR', deps='LIBSAMBA-UTIL LIBCLI_AUTH popt POPT_SAMBA LIBWINBIND-CLIENT LIBWBCLIENT tevent UTIL_TEVENT LIBASYNC_REQ UID_WRAPPER' ) -- cgit