ctdb-tests: Wait for fake_ctdbd to start, fail if it doesn't
[metze/samba/wip.git] / dfs_server / wscript_build
1 #!/usr/bin/env python
2
3 bld.SAMBA_LIBRARY('dfs_server_ad',
4                   source='dfs_server_ad.c',
5                   deps='talloc samdb samba-util LIBTSOCKET',
6                   private_library=True,
7                   enabled=bld.AD_DC_BUILD_IS_ENABLED())