summaryrefslogtreecommitdiff
path: root/source4/cldap_server/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'source4/cldap_server/config.mk')
-rw-r--r--source4/cldap_server/config.mk10
1 files changed, 6 insertions, 4 deletions
diff --git a/source4/cldap_server/config.mk b/source4/cldap_server/config.mk
index 9dd3758e7a..8195f24543 100644
--- a/source4/cldap_server/config.mk
+++ b/source4/cldap_server/config.mk
@@ -6,11 +6,13 @@
INIT_FUNCTION = server_service_cldapd_init
SUBSYSTEM = service
PRIVATE_PROTO_HEADER = proto.h
-OBJ_FILES = \
- cldap_server.o \
- netlogon.o \
- rootdse.o
PRIVATE_DEPENDENCIES = \
LIBCLI_CLDAP LIBNETIF process_model
# End SUBSYSTEM CLDAPD
#######################
+
+CLAPD_OBJ_FILES = $(addprefix cldap_server, \
+ cldap_server.o \
+ netlogon.o \
+ rootdse.o)
+