mirror of
https://github.com/samba-team/samba.git
synced 2025-02-15 05:57:49 +03:00
(recently Linux systems support this, allowing us to support the full resolution in NTTIME) - use nanosecond resolution in the posix backend if available - moved the configure tests and list of object files for the posix backend into ntvfs/posix/ to keep them more neatlly separated.
17 lines
473 B
Plaintext
17 lines
473 B
Plaintext
dnl # NTVFS Server subsystem
|
|
|
|
SMB_INCLUDE_M4(ntvfs/posix/config.m4)
|
|
SMB_MODULE_MK(ntvfs_posix, NTVFS, STATIC, ntvfs/posix/config.mk)
|
|
|
|
SMB_MODULE_MK(ntvfs_cifs, NTVFS, STATIC, ntvfs/config.mk)
|
|
|
|
SMB_MODULE_MK(ntvfs_simple, NTVFS, STATIC, ntvfs/config.mk)
|
|
|
|
SMB_MODULE_MK(ntvfs_print, NTVFS, STATIC, ntvfs/config.mk)
|
|
|
|
SMB_MODULE_MK(ntvfs_ipc, NTVFS, STATIC, ntvfs/config.mk)
|
|
|
|
SMB_MODULE_MK(ntvfs_nbench, NTVFS, STATIC, ntvfs/config.mk)
|
|
|
|
SMB_SUBSYSTEM_MK(NTVFS,ntvfs/config.mk)
|