summaryrefslogtreecommitdiff
path: root/source4/ldap_server
diff options
context:
space:
mode:
Diffstat (limited to 'source4/ldap_server')
-rw-r--r--source4/ldap_server/wscript_build12
1 files changed, 12 insertions, 0 deletions
diff --git a/source4/ldap_server/wscript_build b/source4/ldap_server/wscript_build
new file mode 100644
index 0000000000..a92cacc716
--- /dev/null
+++ b/source4/ldap_server/wscript_build
@@ -0,0 +1,12 @@
+# AUTOGENERATED by mktowscript.pl from ../../source4/ldap_server/config.mk
+# Please remove this notice if hand editing
+
+
+bld.SAMBA_MODULE('LDAP',
+ source='ldap_server.c ldap_backend.c ldap_bind.c ldap_extended.c',
+ autoproto='proto.h',
+ subsystem='service',
+ init_function='server_service_ldap_init',
+ deps='CREDENTIALS LIBCLI_LDAP SAMDB process_model gensec LIBSAMBA-HOSTCONFIG'
+ )
+