diff options
author | Günther Deschner <gd@samba.org> | 2010-12-15 15:39:47 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-12-16 11:40:52 +0100 |
commit | ba21b6e3d439d7c1890900b1b0b88c42548f63f0 (patch) | |
tree | c7126f173b3f7820d2ff7b2c781916cccba347d0 /nsswitch/wscript_build | |
parent | 1b293c90be3905911d401b2d5bb6dd5da979c809 (diff) | |
download | samba-ba21b6e3d439d7c1890900b1b0b88c42548f63f0.tar.gz samba-ba21b6e3d439d7c1890900b1b0b88c42548f63f0.tar.bz2 samba-ba21b6e3d439d7c1890900b1b0b88c42548f63f0.zip |
s4-waf: nsstest only needs replace.
Guenther
Autobuild-User: Günther Deschner <gd@samba.org>
Autobuild-Date: Thu Dec 16 11:40:52 CET 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 184d20e9fd..a9881bd9c4 100644 --- a/nsswitch/wscript_build +++ b/nsswitch/wscript_build @@ -10,7 +10,7 @@ bld.SAMBA_LIBRARY('winbind-client', bld.SAMBA_BINARY('nsstest', source='nsstest.c', - deps='samba-util samba-hostconfig' + deps='replace' ) |