mirror of
https://github.com/samba-team/samba.git
synced 2024-12-27 03:21:53 +03:00
10 lines
130 B
Python
10 lines
130 B
Python
#!/usr/bin/env python
|
|
|
|
|
|
bld.SAMBA_SUBSYSTEM('TDR',
|
|
source='tdr.c',
|
|
public_deps='talloc samba-util',
|
|
public_headers='tdr.h'
|
|
)
|
|
|