[s3]libsmbconf: add method is_writeable() and wrapper smbconf_is_writeable()
[Samba/gbeck.git] / source4 / ntvfs / common / config.mk
blob1fe093bb69d5d44b124e9a41e42871d354309dc2
1 ################################################
2 # Start LIBRARY ntvfs_common
3 [SUBSYSTEM::ntvfs_common]
4 PUBLIC_DEPENDENCIES = NDR_OPENDB NDR_NOTIFY sys_notify sys_lease share LIBDBWRAP
5 PRIVATE_DEPENDENCIES = brlock_ctdb opendb_ctdb
6 # End LIBRARY ntvfs_common
7 ################################################
9 ntvfs_common_OBJ_FILES = $(addprefix $(ntvfssrcdir)/common/, init.o brlock.o brlock_tdb.o opendb.o opendb_tdb.o notify.o)
11 $(eval $(call proto_header_template,$(ntvfssrcdir)/common/proto.h,$(ntvfs_common_OBJ_FILES:.o=.c)))