diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-10-23 15:19:49 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-10-23 23:05:43 +0000 |
commit | 2933fac7c70b0cb5d38ebf02e4dcc2dd43fcfcd7 (patch) | |
tree | 0ebd5431652b43633890fa123fe016672b364e4b /nsswitch/wscript_build | |
parent | 9757a0c54cc6c8a6a0cb5bdec488316b969adcec (diff) | |
download | samba-2933fac7c70b0cb5d38ebf02e4dcc2dd43fcfcd7.tar.gz samba-2933fac7c70b0cb5d38ebf02e4dcc2dd43fcfcd7.tar.bz2 samba-2933fac7c70b0cb5d38ebf02e4dcc2dd43fcfcd7.zip |
s4: Rename NSS_WRAPPER to nss_wrapper.
Only link to nss_wrapper when it is enabled.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sat Oct 23 23:05:44 UTC 2010 on sn-devel-104
Diffstat (limited to 'nsswitch/wscript_build')
-rw-r--r-- | nsswitch/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build index 7f0c8e861a..5468d92768 100644 --- a/nsswitch/wscript_build +++ b/nsswitch/wscript_build @@ -10,7 +10,7 @@ bld.SAMBA_LIBRARY('LIBWINBIND-CLIENT', bld.SAMBA_BINARY('nsstest', source='nsstest.c', - deps='LIBSAMBA-UTIL LIBSAMBA-HOSTCONFIG NSS_WRAPPER' + deps='LIBSAMBA-UTIL LIBSAMBA-HOSTCONFIG' ) |