summaryrefslogtreecommitdiff
path: root/source4/cldap_server
diff options
context:
space:
mode:
Diffstat (limited to 'source4/cldap_server')
-rw-r--r--source4/cldap_server/config.mk24
1 files changed, 0 insertions, 24 deletions
diff --git a/source4/cldap_server/config.mk b/source4/cldap_server/config.mk
deleted file mode 100644
index 49d2a1fba3..0000000000
--- a/source4/cldap_server/config.mk
+++ /dev/null
@@ -1,24 +0,0 @@
-# CLDAP server subsystem
-#
-[MODULE::service_cldap]
-INIT_FUNCTION = server_service_cldapd_init
-SUBSYSTEM = service
-PRIVATE_DEPENDENCIES = \
- CLDAPD process_model LIBNETIF
-
-service_cldap_OBJ_FILES = $(addprefix $(cldap_serversrcdir)/, \
- cldap_server.o)
-
-
-#######################
-# Start SUBSYSTEM CLDAPD
-[SUBSYSTEM::CLDAPD]
-PRIVATE_DEPENDENCIES = LIBCLI_CLDAP
-# End SUBSYSTEM CLDAPD
-#######################
-
-CLDAPD_OBJ_FILES = $(addprefix $(cldap_serversrcdir)/, \
- netlogon.o \
- rootdse.o)
-
-$(eval $(call proto_header_template,$(cldap_serversrcdir)/proto.h,$(CLDAPD_OBJ_FILES:.o=.c)))