selftesthelpers: Fix detection of tap2subunit.
[tridge/samba.git] / lib / tdr / wscript_build
1 #!/usr/bin/env python
2
3
4 bld.SAMBA_SUBSYSTEM('TDR',
5         source='tdr.c',
6         public_deps='talloc samba-util',
7         public_headers='tdr.h'
8         )
9