mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
86dda20562
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
)
13 lines
236 B
Makefile
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
|
|
#######################
|