mirror of
https://github.com/samba-team/samba.git
synced 2025-11-14 12:23:52 +03:00
* Change license to LGPL, so it can be used by non-Samba users of LDB (cleared with Martin as well). * Include ldb_map in standalone build. * Move ldb_map to its own directory
13 lines
315 B
Makefile
13 lines
315 B
Makefile
################################################
|
|
# Start SUBSYSTEM LDBSAMBA
|
|
[SUBSYSTEM::LDBSAMBA]
|
|
PUBLIC_DEPENDENCIES = LIBLDB
|
|
PRIVATE_PROTO_HEADER = ldif_handlers.h
|
|
PRIVATE_DEPENDENCIES = LIBSECURITY SAMDB
|
|
OBJ_FILES = \
|
|
ldif_handlers.o
|
|
# End SUBSYSTEM LDBSAMBA
|
|
################################################
|
|
|
|
|