mirror of
https://github.com/samba-team/samba.git
synced 2025-01-06 13:18:07 +03:00
557b63be06
metze
(This used to be commit 9fdde8d5f5
)
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
|
|
##############################
|