blob: f026ec615d23545573935b547f517e8614d9ca60 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/usr/bin/env python
# AUTOGENERATED by mktowscript.pl from ../../lib/nss_wrapper/config.mk
# Please remove this notice if hand editing
bld.SAMBA_SUBSYSTEM('NSS_WRAPPER',
source='nss_wrapper.c',
deps='dl'
)
|