mirror of
https://github.com/samba-team/samba.git
synced 2025-01-26 10:04:02 +03:00
6ce86941de
--enable-nss-wrapper or --enable-developer is given metze (This used to be commit f8bc6b9ad0eec60bff7fdc5653397efd9a044a29)
11 lines
302 B
Makefile
11 lines
302 B
Makefile
################################################
|
|
# Start MODULE ntvfs_unixuid
|
|
[MODULE::ntvfs_unixuid]
|
|
INIT_FUNCTION = ntvfs_unixuid_init
|
|
SUBSYSTEM = ntvfs
|
|
OBJ_FILES = \
|
|
vfs_unixuid.o
|
|
PRIVATE_DEPENDENCIES = SAMDB NSS_WRAPPER
|
|
# End MODULE ntvfs_unixuid
|
|
################################################
|