summaryrefslogtreecommitdiff
path: root/source4/ntvfs/common
diff options
context:
space:
mode:
Diffstat (limited to 'source4/ntvfs/common')
-rw-r--r--source4/ntvfs/common/config.mk13
1 files changed, 13 insertions, 0 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
+################################################