r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacement
[jelmer/samba4-debian.git] / source / ntvfs / sysdep / config.mk
1 ################################################
2 # Start MODULE sys_notify_inotify
3 [MODULE::sys_notify_inotify]
4 SUBSYSTEM = sys_notify
5 INIT_FUNCTION = sys_notify_inotify_init
6 OBJ_FILES = \
7                 inotify.o
8 # End MODULE sys_notify_inotify
9 ################################################
10
11 ################################################
12 # Start SUBSYSTEM sys_notify
13 [SUBSYSTEM::sys_notify]
14 OBJ_FILES = \
15                 sys_notify.o
16 PUBLIC_DEPENDENCIES = 
17 # End SUBSYSTEM sys_notify
18 ################################################