mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
fd4a8ad8c3
(This used to be commit d55b040bd280c86423f2a620dfc0341accb23cc4)
13 lines
328 B
Makefile
13 lines
328 B
Makefile
################################################
|
|
# Start LIBRARY ntvfs_common
|
|
[SUBSYSTEM::ntvfs_common]
|
|
PRIVATE_PROTO_HEADER = proto.h
|
|
OBJ_FILES = \
|
|
init.o \
|
|
brlock.o \
|
|
opendb.o \
|
|
notify.o
|
|
REQUIRED_SUBSYSTEMS = NDR_OPENDB NDR_NOTIFY sys_notify
|
|
# End LIBRARY ntvfs_common
|
|
################################################
|