ldb: Depend directly on replace, fixes the build on systems with
authorJelmer Vernooij <jelmer@samba.org>
Thu, 23 Sep 2010 00:15:38 +0000 (17:15 -0700)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 23 Sep 2010 00:48:24 +0000 (17:48 -0700)
tdb and tevent installed in the system.

source4/lib/ldb/wscript

index 0067ee8db04f2e31f41b9a3c39617abc75dd54f4..9819dd9912912b0c956ccb5aa2054dd67e1cc3bb 100644 (file)
@@ -25,11 +25,13 @@ def set_options(opt):
     opt.BUNDLED_EXTENSION_DEFAULT('ldb', noextension='ldb')
     opt.RECURSE('lib/tdb')
     opt.RECURSE('lib/tevent')
+    opt.RECURSE('lib/replace')
 
 def configure(conf):
     conf.RECURSE('lib/tdb')
     conf.RECURSE('lib/tevent')
     conf.RECURSE('lib/popt')
+    conf.RECURSE('lib/replace')
 
     # where does the default LIBDIR end up? in conf.env somewhere?
     #
@@ -60,6 +62,7 @@ def build(bld):
     bld.RECURSE('lib/tdb')
     bld.RECURSE('lib/tevent')
     bld.RECURSE('lib/popt')
+    bld.RECURSE('lib/replace')
 
     # in Samba4 we build some extra modules, and add extra
     # capabilities to the ldb cmdline tools