mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
11 lines
302 B
Makefile
11 lines
302 B
Makefile
|
##############################
|
||
|
# Start SUBSYSTEM NSS_WRAPPER
|
||
|
[LIBRARY::NSS_WRAPPER]
|
||
|
VERSION = 0.0.1
|
||
|
SO_VERSION = 0
|
||
|
DESCRIPTION = Wrapper library for testing nss calls without being root
|
||
|
PUBLIC_HEADERS = nss_wrapper.h
|
||
|
OBJ_FILES = nss_wrapper.o
|
||
|
# End SUBSYSTEM NSS_WRAPPER
|
||
|
##############################
|