mirror of
https://github.com/samba-team/samba.git
synced 2025-02-05 21:57:51 +03:00
08656f831c
Something else ensures this links correctly (for the moment) but for the long-term let's declare our depenency (for the prefixMap stuff) here. Andrew Bartlett (This used to be commit 5fcb39594b07c7b7a11985711a912b7a4d629ae7)
12 lines
437 B
Makefile
12 lines
437 B
Makefile
################################################
|
|
# Start SUBSYSTEM LDBSAMBA
|
|
[SUBSYSTEM::LDBSAMBA]
|
|
PUBLIC_DEPENDENCIES = LIBLDB
|
|
PRIVATE_DEPENDENCIES = LIBSECURITY SAMDB_SCHEMA LIBNDR NDR_MISC NDR_DRSBLOBS
|
|
# End SUBSYSTEM LDBSAMBA
|
|
################################################
|
|
|
|
LDBSAMBA_OBJ_FILES = $(ldb_sambasrcdir)/ldif_handlers.o
|
|
$(eval $(call proto_header_template,$(ldb_sambasrcdir)/ldif_handlers.h,$(LDBSAMBA_OBJ_FILES:.o=.c)))
|
|
|