summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb-samba/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/ldb-samba/wscript_build')
-rw-r--r--source4/lib/ldb-samba/wscript_build7
1 files changed, 4 insertions, 3 deletions
diff --git a/source4/lib/ldb-samba/wscript_build b/source4/lib/ldb-samba/wscript_build
index 15f031ba37..048cea37f4 100644
--- a/source4/lib/ldb-samba/wscript_build
+++ b/source4/lib/ldb-samba/wscript_build
@@ -1,11 +1,12 @@
#!/usr/bin/env python
-bld.SAMBA_SUBSYSTEM('LDBSAMBA',
- source='ldif_handlers.c',
+bld.SAMBA_LIBRARY('LDBSAMBA',
+ source='ldif_handlers.c ldb_wrap.c',
autoproto='ldif_handlers_proto.h',
public_deps='ldb',
- deps='LIBSECURITY SAMDB_SCHEMA LIBNDR NDR_DRSBLOBS CREDENTIALS'
+ public_headers='ldb_wrap.h',
+ deps='LIBSECURITY SAMDB_SCHEMA LIBNDR NDR_DRSBLOBS CREDENTIALS UTIL_LDB'
)