summaryrefslogtreecommitdiff
path: root/source4/ntvfs/common/config.mk
blob: a6957ace2f57959f43e79f5432d77bca129a2625 (plain)
1
2
3
4
5
6
7
8
9
10
11
################################################
# 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)))