summaryrefslogtreecommitdiff
path: root/source4/lib/ldb-samba/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/ldb-samba/config.mk')
-rw-r--r--source4/lib/ldb-samba/config.mk11
1 files changed, 11 insertions, 0 deletions
diff --git a/source4/lib/ldb-samba/config.mk b/source4/lib/ldb-samba/config.mk
new file mode 100644
index 0000000000..f84b44dfc7
--- /dev/null
+++ b/source4/lib/ldb-samba/config.mk
@@ -0,0 +1,11 @@
+################################################
+# Start SUBSYSTEM LDBSAMBA
+[SUBSYSTEM::LDBSAMBA]
+PUBLIC_DEPENDENCIES = LIBLDB
+PRIVATE_DEPENDENCIES = LIBSECURITY SAMDB_SCHEMA LIBNDR NDR_MISC NDR_DRSBLOBS
+# End SUBSYSTEM LDBSAMBA
+################################################
+
+LDBSAMBA_OBJ_FILES = $(ldb_sambasrcdir)/ldif_handlers.o
+$(eval $(call proto_header_template,$(ldb_sambasrcdir)/ldif_handlers_proto.h,$(LDBSAMBA_OBJ_FILES:.o=.c)))
+