1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-25 06:04:04 +03:00
samba-mirror/lib/nss_wrapper/wscript_build

9 lines
161 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
bld.SAMBA_SUBSYSTEM('NSS_WRAPPER',
source='nss_wrapper.c',
deps='replace'
)