1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

r14835: split out the config rules for the ntvfs/common/ directory

(This used to be commit 33495d19cf0263f6df5ec935f51c68bde84b1d01)
This commit is contained in:
Andrew Tridgell 2006-03-31 03:02:39 +00:00 committed by Gerald (Jerry) Carter
parent f964db91e7
commit 07372df2fa
2 changed files with 15 additions and 5 deletions

View File

@ -0,0 +1,13 @@
################################################
# Start MODULE ntvfs_common
[MODULE::ntvfs_common]
SUBSYSTEM = ntvfs
PRIVATE_PROTO_HEADER = vfs_common_proto.h
OBJ_FILES = \
brlock.o \
opendb.o \
notify.o \
sidmap.o
REQUIRED_SUBSYSTEMS =
# End MODULE ntvfs_common
################################################

View File

@ -1,5 +1,6 @@
# NTVFS Server subsystem
include posix/config.mk
include common/config.mk
include unixuid/config.mk
################################################
@ -75,11 +76,7 @@ OBJ_FILES = \
ntvfs_base.o \
ntvfs_generic.o \
ntvfs_interface.o \
ntvfs_util.o \
common/brlock.o \
common/opendb.o \
common/notify.o \
common/sidmap.o
ntvfs_util.o
REQUIRED_SUBSYSTEMS = NDR_OPENDB NDR_NOTIFY
#
# End SUBSYSTEM NTVFS