From 1fe797aada0f546e8d557625a78843274b7e5fc5 Mon Sep 17 00:00:00 2001 From: Rusty Russell Date: Tue, 19 Jun 2012 12:43:11 +0930 Subject: 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 --- wscript_build | 1 + 1 file changed, 1 insertion(+) (limited to 'wscript_build') 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') -- cgit