summaryrefslogtreecommitdiff
path: root/nsswitch
diff options
context:
space:
mode:
Diffstat (limited to 'nsswitch')
-rw-r--r--nsswitch/wscript_build7
1 files changed, 4 insertions, 3 deletions
diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build
index a94c02ca6f..1efee55497 100644
--- a/nsswitch/wscript_build
+++ b/nsswitch/wscript_build
@@ -12,9 +12,10 @@ bld.SAMBA_LIBRARY('winbind-client',
bld.SAMBA_BINARY('nsstest',
- source='nsstest.c',
- deps='replace dl'
- )
+ source='nsstest.c',
+ deps='replace dl',
+ install=False
+ )
# The nss_wrapper code relies strictly on the linux implementation and
# name, so compile but do not install a copy under this name.