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:
parent
f964db91e7
commit
07372df2fa
13
source4/ntvfs/common/config.mk
Normal file
13
source4/ntvfs/common/config.mk
Normal 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
|
||||
################################################
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user