mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
fd4a8ad8c3
(This used to be commit d55b040bd280c86423f2a620dfc0341accb23cc4)
19 lines
513 B
Makefile
19 lines
513 B
Makefile
################################################
|
|
# 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
|
|
REQUIRED_SUBSYSTEMS =
|
|
# End SUBSYSTEM sys_notify
|
|
################################################
|