Fix a couple (well, little more than that..) of typos.
[nivanova/samba-autobuild/.git] / source4 / ntvfs / common / config.mk
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 ################################################
8
9 ntvfs_common_OBJ_FILES = $(addprefix $(ntvfssrcdir)/common/, init.o brlock.o brlock_tdb.o opendb.o opendb_tdb.o notify.o)
10
11 $(eval $(call proto_header_template,$(ntvfssrcdir)/proto.h,$(ntvfs_common_OBJ_FILES:.o=.c)))
12