summaryrefslogtreecommitdiff
path: root/nsswitch/wscript_build
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-01-04 08:43:16 +0100
committerStefan Metzmacher <metze@samba.org>2011-01-04 09:38:57 +0100
commitb79c0e1adbe8ad591157d92b36106484c2c18313 (patch)
tree1c1f76709b1701ade7148f389c85adb20f665702 /nsswitch/wscript_build
parentce113ea02980563133c547bb0693864951ce16a5 (diff)
downloadsamba-b79c0e1adbe8ad591157d92b36106484c2c18313.tar.gz
samba-b79c0e1adbe8ad591157d92b36106484c2c18313.tar.bz2
samba-b79c0e1adbe8ad591157d92b36106484c2c18313.zip
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_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/nsswitch/wscript_build b/nsswitch/wscript_build
index d40e143974..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='replace talloc'
+ deps='replace'
)