diff options
Diffstat (limited to 'source3/wscript_build')
-rwxr-xr-x | source3/wscript_build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/wscript_build b/source3/wscript_build index 26df82b0e6..dc0175090b 100755 --- a/source3/wscript_build +++ b/source3/wscript_build @@ -558,6 +558,7 @@ SMBTORTURE_SRC1 = '''torture/torture.c torture/nbio.c torture/scanner.c torture/ torture/test_notify.c lib/tevent_barrier.c torture/test_dbwrap_watch.c + torture/test_idmap_tdb_common.c torture/t_strappend.c''' SMBTORTURE_SRC = '''${SMBTORTURE_SRC1} @@ -1394,6 +1395,7 @@ bld.SAMBA3_BINARY('smbtorture' + bld.env.suffix3, TLDAP RPC_NDR_ECHO WB_REQTRANS + idmap ''', vars=locals()) |