summaryrefslogtreecommitdiff
path: root/nsswitch/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-04-18 21:47:00 +1000
committerAndrew Tridgell <tridge@samba.org>2010-04-18 21:47:00 +1000
commit211bf1ea170966eb283e45339806ac45aec44d58 (patch)
tree1f08ffe0c2340cc5fadfcefcfcec3887cbe9c168 /nsswitch/wscript_build
parentf8e3e5ce074ba08aefba3b4e7fe804c08687dbfa (diff)
downloadsamba-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 'nsswitch/wscript_build')
-rw-r--r--nsswitch/wscript_build2
1 files changed, 0 insertions, 2 deletions
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'
)