s4: Rename LIBSAMBA-* to libsamba-*
[jarrpa/samba-autobuild/.git] / lib / tdr / wscript_build
1 #!/usr/bin/env python
2
3
4 bld.SAMBA_SUBSYSTEM('TDR',
5         source='tdr.c',
6         autoproto='tdr_proto.h',
7         public_deps='talloc libsamba-util',
8         public_headers='tdr.h'
9         )
10