diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-01-04 08:43:16 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-01-04 09:38:57 +0100 |
commit | b79c0e1adbe8ad591157d92b36106484c2c18313 (patch) | |
tree | 1c1f76709b1701ade7148f389c85adb20f665702 /nsswitch/wscript_build | |
parent | ce113ea02980563133c547bb0693864951ce16a5 (diff) | |
download | samba-b79c0e1adbe8ad591157d92b36106484c2c18313.tar.gz |
Revert "nsswitch Add talloc depencency for nsstest"
This reverts commit 640028d158583825ea5ffd1266f099cf8776db5d.
This is not needed anymore.
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Tue Jan 4 09:38:57 CET 2011 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 d40e143974a..a9881bd9c4e 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='replace talloc' + deps='replace' ) |