source: branches/samba-3.5.x/source4/ntvfs/sysdep/config.mk

Last change on this file was 414, checked in by Herwig Bauernfeind, 16 years ago

Samba 3.5.0: Initial import

File size: 804 bytes
Line 
1################################################
2# Start MODULE sys_notify_inotify
3[MODULE::sys_notify_inotify]
4SUBSYSTEM = sys_notify
5INIT_FUNCTION = sys_notify_inotify_init
6PRIVATE_DEPENDENCIES = LIBEVENTS
7# End MODULE sys_notify_inotify
8################################################
9
10sys_notify_inotify_OBJ_FILES = $(ntvfssrcdir)/sysdep/inotify.o
11
12################################################
13# Start SUBSYSTEM sys_notify
14[SUBSYSTEM::sys_notify]
15# End SUBSYSTEM sys_notify
16################################################
17
18sys_notify_OBJ_FILES = $(ntvfssrcdir)/sysdep/sys_notify.o
19
20[SUBSYSTEM::sys_lease_linux]
21PRIVATE_DEPENDENCIES = LIBTEVENT
22
23sys_lease_linux_OBJ_FILES = $(ntvfssrcdir)/sysdep/sys_lease_linux.o
24
25[SUBSYSTEM::sys_lease]
26
27sys_lease_OBJ_FILES = $(ntvfssrcdir)/sysdep/sys_lease.o
Note: See TracBrowser for help on using the repository browser.