From ab01d6139fc7b2c4b651a0959a5816352d6bb49b Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 20 Oct 2010 14:52:30 +0200 Subject: nsstest: no need for two copies of the same tool. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Guenther Autobuild-User: Günther Deschner Autobuild-Date: Wed Oct 20 15:05:34 UTC 2010 on sn-devel-104 --- source3/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/wscript_build') 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''' -- cgit