mirror of
https://github.com/samba-team/samba.git
synced 2025-02-04 17:47:26 +03:00
4792285282
backend abstraction for brlock pointless, but I have left it in place for now. It would be useful for other clustering systems that can't map to dbwrap, and would also be useful if we wanted to keep the remote function call capabilities in ctdb instead of the less efficient fetch_locked() call in dbwrap (This used to be commit 912c014b7c131ab051ff6eb2db4e68cb6fbbeb14)
16 lines
425 B
Makefile
16 lines
425 B
Makefile
################################################
|
|
# Start LIBRARY ntvfs_common
|
|
[SUBSYSTEM::ntvfs_common]
|
|
PRIVATE_PROTO_HEADER = proto.h
|
|
OBJ_FILES = \
|
|
init.o \
|
|
brlock.o \
|
|
brlock_tdb.o \
|
|
opendb.o \
|
|
opendb_tdb.o \
|
|
notify.o
|
|
PUBLIC_DEPENDENCIES = NDR_OPENDB NDR_NOTIFY sys_notify share LIBDBWRAP
|
|
PRIVATE_DEPENDENCIES = brlock_ctdb opendb_ctdb
|
|
# End LIBRARY ntvfs_common
|
|
################################################
|