summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
Diffstat (limited to 'source4')
-rw-r--r--source4/ntvfs/common/config.mk13
-rw-r--r--source4/ntvfs/config.mk7
2 files changed, 15 insertions, 5 deletions
diff --git a/source4/ntvfs/common/config.mk b/source4/ntvfs/common/config.mk
new file mode 100644
index 0000000000..e10f0fc8c1
--- /dev/null
+++ b/source4/ntvfs/common/config.mk
@@ -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
+################################################
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