Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test
[samba.git] / source / ntvfs / common / config.mk
1 ################################################
2 # Start LIBRARY ntvfs_common
3 [SUBSYSTEM::ntvfs_common]
4 PRIVATE_PROTO_HEADER = proto.h
5 PUBLIC_DEPENDENCIES = NDR_OPENDB NDR_NOTIFY sys_notify sys_lease share LIBDBWRAP
6 PRIVATE_DEPENDENCIES = brlock_ctdb opendb_ctdb
7 # End LIBRARY ntvfs_common
8 ################################################
9
10 ntvfs_common_OBJ_FILES = $(addprefix ntvfs/common/, init.o brlock.o brlock_tdb.o opendb.o opendb_tdb.o notify.o)
11