summaryrefslogtreecommitdiff
path: root/source4/param
diff options
context:
space:
mode:
Diffstat (limited to 'source4/param')
-rw-r--r--source4/param/provision.c1
-rw-r--r--source4/param/wscript_build2
2 files changed, 1 insertions, 2 deletions
diff --git a/source4/param/provision.c b/source4/param/provision.c
index 81c4fb16a5..0df370b4c2 100644
--- a/source4/param/provision.c
+++ b/source4/param/provision.c
@@ -21,7 +21,6 @@
#include <Python.h>
#include "includes.h"
#include "auth/auth.h"
-#include "lib/ldb_wrap.h"
#include "ldb/include/ldb.h"
#include "ldb_errors.h"
#include "libcli/raw/libcliraw.h"
diff --git a/source4/param/wscript_build b/source4/param/wscript_build
index f3729d0550..47d82f73ea 100644
--- a/source4/param/wscript_build
+++ b/source4/param/wscript_build
@@ -35,7 +35,7 @@ bld.SAMBA_MODULE('share_ldb',
source='share_ldb.c',
subsystem='share',
init_function='share_ldb_init',
- deps='ldb LDB_WRAP'
+ deps='LDBSAMBA'
)