Files
wmic/Samba/source/ntvfs/common/config.mk
T

13 lines
334 B
Makefile
Raw Normal View History

2019-02-16 00:16:52 +01:00
################################################
# Start LIBRARY ntvfs_common
[SUBSYSTEM::ntvfs_common]
PRIVATE_PROTO_HEADER = proto.h
OBJ_FILES = \
init.o \
brlock.o \
opendb.o \
notify.o
PUBLIC_DEPENDENCIES = NDR_OPENDB NDR_NOTIFY sys_notify share
# End LIBRARY ntvfs_common
################################################