summaryrefslogtreecommitdiff
path: root/source4/ntvfs/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'source4/ntvfs/config.mk')
-rw-r--r--source4/ntvfs/config.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/source4/ntvfs/config.mk b/source4/ntvfs/config.mk
index eb675c38e3..f17097e356 100644
--- a/source4/ntvfs/config.mk
+++ b/source4/ntvfs/config.mk
@@ -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