source: branches/samba-3.5.x/source4/ntvfs/common/config.mk

Last change on this file was 414, checked in by Herwig Bauernfeind, 16 years ago

Samba 3.5.0: Initial import

File size: 476 bytes
Line 
1################################################
2# Start LIBRARY ntvfs_common
3[SUBSYSTEM::ntvfs_common]
4PUBLIC_DEPENDENCIES = NDR_OPENDB NDR_NOTIFY sys_notify sys_lease share
5# End LIBRARY ntvfs_common
6################################################
7
8ntvfs_common_OBJ_FILES = $(addprefix $(ntvfssrcdir)/common/, init.o brlock.o brlock_tdb.o opendb.o opendb_tdb.o notify.o)
9
10$(eval $(call proto_header_template,$(ntvfssrcdir)/common/proto.h,$(ntvfs_common_OBJ_FILES:.o=.c)))
11
Note: See TracBrowser for help on using the repository browser.