s4-netlogon: implement dcesrv_netr_DsRAddressToSitenamesExW
[Samba/aatanasov.git] / source4 / ntvfs / common / config.mk
bloba6957ace2f57959f43e79f5432d77bca129a2625
1 ################################################
2 # Start LIBRARY ntvfs_common
3 [SUBSYSTEM::ntvfs_common]
4 PUBLIC_DEPENDENCIES = NDR_OPENDB NDR_NOTIFY sys_notify sys_lease share
5 # End LIBRARY ntvfs_common
6 ################################################
8 ntvfs_common_OBJ_FILES = $(addprefix $(ntvfssrcdir)/common/, init.o brlock.o brlock_tdb.o opendb.o opendb_tdb.o notify.o)
10 $(eval $(call proto_header_template,$(ntvfssrcdir)/common/proto.h,$(ntvfs_common_OBJ_FILES:.o=.c)))