3 bld
.SAMBA_LIBRARY('ntvfs',
4 source
='ntvfs_base.c ntvfs_generic.c ntvfs_interface.c ntvfs_util.c',
5 autoproto
='ntvfs_proto.h',
6 deps
='tevent samba-modules',
8 enabled
=bld
.CONFIG_SET('WITH_NTVFS_FILESERVER')
12 if bld
.CONFIG_SET('WITH_NTVFS_FILESERVER'):
14 bld
.RECURSE('unixuid')
17 bld
.SAMBA_MODULE('ntvfs_cifs',
18 source
='cifs/vfs_cifs.c',
20 init_function
='ntvfs_cifs_init',
21 deps
='LIBCLI_SMB smbclient-raw param_options'
25 bld
.SAMBA_MODULE('ntvfs_simple',
26 source
='simple/vfs_simple.c simple/svfs_util.c',
27 autoproto
='simple/proto.h',
29 init_function
='ntvfs_simple_init',
34 bld
.SAMBA_MODULE('ntvfs_ipc',
35 source
='ipc/vfs_ipc.c ipc/ipc_rap.c ipc/rap_server.c',
36 autoproto
='ipc/proto.h',
38 init_function
='ntvfs_ipc_init',
39 deps
='NDR_NAMED_PIPE_AUTH npa_tstream gssapi samba-credentials DCERPC_SHARE'