diff options
Diffstat (limited to 'nsswitch/wscript_build')
| -rw-r--r-- | nsswitch/wscript_build | 7 | 
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.  | 
