mirror of
https://github.com/samba-team/samba.git
synced 2024-12-29 11:21:54 +03:00
6ed5fc9207
metze
(This used to be commit 0aef6d394d
)
14 lines
432 B
Makefile
14 lines
432 B
Makefile
################################################
|
|
# Start MODULE ldb_ildap
|
|
[MODULE::ldb_ildap]
|
|
SUBSYSTEM = LIBLDB
|
|
CFLAGS = -I$(ldbsrcdir)/include
|
|
PRIVATE_DEPENDENCIES = LIBTALLOC LIBCLI_LDAP CREDENTIALS
|
|
INIT_FUNCTION = LDB_BACKEND(ldapi),LDB_BACKEND(ldaps),LDB_BACKEND(ldap)
|
|
ALIASES = ldapi ldaps ldap
|
|
# End MODULE ldb_ildap
|
|
################################################
|
|
|
|
ldb_ildap_OBJ_FILES = $(ldbsrcdir)/ldb_ildap/ldb_ildap.o
|
|
|