summaryrefslogtreecommitdiff
path: root/wscript_build
diff options
context:
space:
mode:
authorRusty Russell <rusty@rustcorp.com.au>2012-06-19 12:43:11 +0930
committerRusty Russell <rusty@rustcorp.com.au>2012-06-19 05:38:07 +0200
commit1fe797aada0f546e8d557625a78843274b7e5fc5 (patch)
tree1507b9eb266513e102eb63a0fdefa7a5bb5a1eb4 /wscript_build
parent13ac664a6d264564da16078f0b5fb9b7df6e185f (diff)
downloadsamba-1fe797aada0f546e8d557625a78843274b7e5fc5.tar.gz
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-xwscript_build1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript_build b/wscript_build
index d4959f32f8b..dc06b647b85 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')