summaryrefslogtreecommitdiff
path: root/source3/wscript_build
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-10-20 14:52:30 +0200
committerGünther Deschner <gd@samba.org>2010-10-20 15:05:33 +0000
commitab01d6139fc7b2c4b651a0959a5816352d6bb49b (patch)
tree4369fbe44d012f0d62074658d2a96e573583b914 /source3/wscript_build
parentabb07fad043b141c3a3128c04f1e5a8d1c1507e8 (diff)
downloadsamba-ab01d6139fc7b2c4b651a0959a5816352d6bb49b.tar.gz
samba-ab01d6139fc7b2c4b651a0959a5816352d6bb49b.tar.bz2
samba-ab01d6139fc7b2c4b651a0959a5816352d6bb49b.zip
nsstest: no need for two copies of the same tool.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Oct 20 15:05:34 UTC 2010 on sn-devel-104
Diffstat (limited to 'source3/wscript_build')
-rw-r--r--source3/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript_build b/source3/wscript_build
index 7aada21b2e..9f781741b3 100644
--- a/source3/wscript_build
+++ b/source3/wscript_build
@@ -820,7 +820,7 @@ MSGTEST_SRC = '''torture/msgtest.c'''
LOCKTEST_SRC = '''torture/locktest.c ${FNAME_UTIL_SRC}'''
-NSSTEST_SRC = '''torture/nsstest.c ${LIBSAMBAUTIL_SRC}'''
+NSSTEST_SRC = '''../nsswitch/nsstest.c ${LIBSAMBAUTIL_SRC}'''
PDBTEST_SRC = '''torture/pdbtest.c'''