summaryrefslogtreecommitdiff
path: root/source4/lib/ldb-samba/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-04-04 01:48:35 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-04-06 13:12:43 +0200
commit099fc00b601fe7775f5fdb18d8473031b8a7ce27 (patch)
tree1e58cec0b405f809fb5c25dd21c460f5575d11b3 /source4/lib/ldb-samba/config.mk
parentbadc255748aa71f98c99c4c47343011286c8445d (diff)
downloadsamba-099fc00b601fe7775f5fdb18d8473031b8a7ce27.tar.gz
samba-099fc00b601fe7775f5fdb18d8473031b8a7ce27.tar.bz2
samba-099fc00b601fe7775f5fdb18d8473031b8a7ce27.zip
Add C-based Samba-specific subclass of Ldb.
Diffstat (limited to 'source4/lib/ldb-samba/config.mk')
-rw-r--r--source4/lib/ldb-samba/config.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/lib/ldb-samba/config.mk b/source4/lib/ldb-samba/config.mk
index ceacf277e4..1bd1be40a8 100644
--- a/source4/lib/ldb-samba/config.mk
+++ b/source4/lib/ldb-samba/config.mk
@@ -9,3 +9,9 @@ PRIVATE_DEPENDENCIES = LIBSECURITY SAMDB_SCHEMA LIBNDR NDR_DRSBLOBS
LDBSAMBA_OBJ_FILES = $(ldb_sambasrcdir)/ldif_handlers.o
$(eval $(call proto_header_template,$(ldb_sambasrcdir)/ldif_handlers_proto.h,$(LDBSAMBA_OBJ_FILES:.o=.c)))
+
+[PYTHON::python_samba__ldb]
+LIBRARY_REALNAME = samba/_ldb.$(SHLIBEXT)
+PRIVATE_DEPENDENCIES = LDBSAMBA pyparam_util
+
+python_samba__ldb_OBJ_FILES = $(ldb_sambasrcdir)/pyldb.o