summaryrefslogtreecommitdiff
path: root/source4/ntvfs/sysdep/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'source4/ntvfs/sysdep/config.mk')
-rw-r--r--source4/ntvfs/sysdep/config.mk20
1 files changed, 20 insertions, 0 deletions
diff --git a/source4/ntvfs/sysdep/config.mk b/source4/ntvfs/sysdep/config.mk
new file mode 100644
index 0000000000..3bcebb5c0e
--- /dev/null
+++ b/source4/ntvfs/sysdep/config.mk
@@ -0,0 +1,20 @@
+################################################
+# Start MODULE ntvfs_sys_notify
+[MODULE::ntvfs_sys_notify]
+SUBSYSTEM = ntvfs
+OBJ_FILES = \
+ sys_notify.o
+# End MODULE ntvfs_sys_notify
+################################################
+
+
+################################################
+# Start MODULE ntvfs_inotify
+[MODULE::ntvfs_inotify]
+SUBSYSTEM = ntvfs
+INIT_FUNCTION = ntvfs_inotify_init
+OBJ_FILES = \
+ inotify.o
+# End MODULE ntvfs_inotify
+################################################
+