mirror of
https://github.com/samba-team/samba.git
synced 2025-01-27 14:04:05 +03:00
6fb510d3f3
metze git-svn-id: svn+ssh://svn.samba.org/data/svn/samba/branches/SAMBA_4_0@25834 0c0555d6-39d7-0310-84fc-f1cc0bd64818 (This used to be commit 0924b0c8de70c0b84785cf6885f6aab325fc9b8e)
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
|
|
##############################
|