diff options
Diffstat (limited to 'source4/ntvfs/sysdep/config.mk')
-rw-r--r-- | source4/ntvfs/sysdep/config.mk | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/source4/ntvfs/sysdep/config.mk b/source4/ntvfs/sysdep/config.mk deleted file mode 100644 index 5feca6143a..0000000000 --- a/source4/ntvfs/sysdep/config.mk +++ /dev/null @@ -1,27 +0,0 @@ -################################################ -# Start MODULE sys_notify_inotify -[MODULE::sys_notify_inotify] -SUBSYSTEM = sys_notify -INIT_FUNCTION = sys_notify_inotify_init -PRIVATE_DEPENDENCIES = LIBEVENTS -# End MODULE sys_notify_inotify -################################################ - -sys_notify_inotify_OBJ_FILES = $(ntvfssrcdir)/sysdep/inotify.o - -################################################ -# Start SUBSYSTEM sys_notify -[SUBSYSTEM::sys_notify] -# End SUBSYSTEM sys_notify -################################################ - -sys_notify_OBJ_FILES = $(ntvfssrcdir)/sysdep/sys_notify.o - -[SUBSYSTEM::sys_lease_linux] -PRIVATE_DEPENDENCIES = LIBTEVENT - -sys_lease_linux_OBJ_FILES = $(ntvfssrcdir)/sysdep/sys_lease_linux.o - -[SUBSYSTEM::sys_lease] - -sys_lease_OBJ_FILES = $(ntvfssrcdir)/sysdep/sys_lease.o |