Files
wmic/Samba/source/ntvfs/sysdep/config.mk
T

19 lines
513 B
Makefile
Raw Normal View History

2019-02-16 00:16:52 +01:00
################################################
# Start MODULE sys_notify_inotify
[MODULE::sys_notify_inotify]
SUBSYSTEM = sys_notify
INIT_FUNCTION = sys_notify_inotify_init
OBJ_FILES = \
inotify.o
# End MODULE sys_notify_inotify
################################################
################################################
# Start SUBSYSTEM sys_notify
[SUBSYSTEM::sys_notify]
OBJ_FILES = \
sys_notify.o
PUBLIC_DEPENDENCIES =
# End SUBSYSTEM sys_notify
################################################