diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2012-06-19 12:43:11 +0930 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2012-06-19 05:38:07 +0200 |
commit | 1fe797aada0f546e8d557625a78843274b7e5fc5 (patch) | |
tree | 1507b9eb266513e102eb63a0fdefa7a5bb5a1eb4 /wscript_build | |
parent | 13ac664a6d264564da16078f0b5fb9b7df6e185f (diff) | |
download | samba-1fe797aada0f546e8d557625a78843274b7e5fc5.tar.gz samba-1fe797aada0f546e8d557625a78843274b7e5fc5.tar.bz2 samba-1fe797aada0f546e8d557625a78843274b7e5fc5.zip |
ntdb: put it back into the build.
This doesn't do anything with it yet, just wires it back into the build.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'wscript_build')
-rwxr-xr-x | wscript_build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript_build b/wscript_build index d4959f32f8..dc06b647b8 100755 --- a/wscript_build +++ b/wscript_build @@ -34,6 +34,7 @@ bld.RECURSE('lib/tevent') bld.RECURSE('lib/addns') bld.RECURSE('lib/ccan') bld.RECURSE('lib/tdb_compat') +bld.RECURSE('lib/ntdb') bld.RECURSE('lib/ldb') bld.RECURSE('lib/param') bld.RECURSE('dynconfig') |