mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
9 lines
264 B
Python
9 lines
264 B
Python
#!/usr/bin/env python
|
|
|
|
bld.SAMBA_LIBRARY('auth_sam_reply',
|
|
source='auth_sam_reply.c',
|
|
deps='talloc security samba-util',
|
|
autoproto='auth_sam_reply.h',
|
|
private_library=True
|
|
)
|