mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
e36d64728f
We don't need a full copy of ctdb... If we want to readd cluster support, we should just use a ctdb client library. metze
12 lines
476 B
Makefile
12 lines
476 B
Makefile
################################################
|
|
# Start LIBRARY ntvfs_common
|
|
[SUBSYSTEM::ntvfs_common]
|
|
PUBLIC_DEPENDENCIES = NDR_OPENDB NDR_NOTIFY sys_notify sys_lease share
|
|
# End LIBRARY ntvfs_common
|
|
################################################
|
|
|
|
ntvfs_common_OBJ_FILES = $(addprefix $(ntvfssrcdir)/common/, init.o brlock.o brlock_tdb.o opendb.o opendb_tdb.o notify.o)
|
|
|
|
$(eval $(call proto_header_template,$(ntvfssrcdir)/common/proto.h,$(ntvfs_common_OBJ_FILES:.o=.c)))
|
|
|