diff options
Diffstat (limited to 'source3/wscript_build')
-rw-r--r-- | source3/wscript_build | 2 |
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''' |