summaryrefslogtreecommitdiff
path: root/source4/lib/ldb-samba/config.mk
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-09-11 16:06:32 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:06:26 -0500
commit4a4cdc990cdc9e29b63fd28c5aa58ae1b47ed174 (patch)
tree09080bf683be3dc6f0b4e678b6bd27c48af52447 /source4/lib/ldb-samba/config.mk
parentbea4fc3af2b6945db14f38981371ad3c8f9ba64a (diff)
downloadsamba-4a4cdc990cdc9e29b63fd28c5aa58ae1b47ed174.tar.gz
samba-4a4cdc990cdc9e29b63fd28c5aa58ae1b47ed174.tar.bz2
samba-4a4cdc990cdc9e29b63fd28c5aa58ae1b47ed174.zip
r25084: Move samba-specific code out of lib/ldb directory.
(This used to be commit 917bd737cb07817664d9088860588d47525f5ff8)
Diffstat (limited to 'source4/lib/ldb-samba/config.mk')
-rw-r--r--source4/lib/ldb-samba/config.mk12
1 files changed, 12 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..d29b3f319c
--- /dev/null
+++ b/source4/lib/ldb-samba/config.mk
@@ -0,0 +1,12 @@
+################################################
+# Start SUBSYSTEM LDBSAMBA
+[SUBSYSTEM::LDBSAMBA]
+PUBLIC_DEPENDENCIES = LIBLDB
+PRIVATE_PROTO_HEADER = ldif_handlers.h
+PRIVATE_DEPENDENCIES = LIBSECURITY SAMDB
+OBJ_FILES = \
+ ldif_handlers.o
+# End SUBSYSTEM LDBSAMBA
+################################################
+
+