1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/source4/cldap_server/config.mk
Jelmer Vernooij 86dda20562 r13899: Get the shared library build building again. Just compiles for now,
but modules don't work yet..
(Run LIBRARY_OUTPUT_TYPE=SHARED_LIBRARY MODULE_OUTPUT_TYPE=SHARED_LIBRARY ./config.status)
(This used to be commit ba74f24e42)
2007-10-10 13:52:20 -05:00

13 lines
236 B
Makefile

# CLDAP server subsystem
#######################
# Start SUBSYSTEM CLDAPD
[SUBSYSTEM::CLDAPD]
OBJ_FILES = \
cldap_server.o \
netlogon.o
REQUIRED_SUBSYSTEMS = \
LIBCLI_CLDAP LIBNETIF
# End SUBSYSTEM CLDAPD
#######################