mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
7a558ea27c
Andrews, please check. Guenther
8 lines
145 B
Python
8 lines
145 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_SUBSYSTEM('auth_sam_reply',
|
|
source='auth_sam_reply.c',
|
|
deps='talloc',
|
|
autoproto='auth_sam_reply.h'
|
|
)
|