1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-15 23:24:37 +03:00
samba-mirror/lib/tdr/wscript_build

11 lines
159 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
bld.SAMBA_SUBSYSTEM('TDR',
source='tdr.c',
autoproto='tdr_proto.h',
public_deps='talloc LIBSAMBA-UTIL',
public_headers='tdr.h'
)