1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/dfs_server/wscript_build
Andreas Schneider c0f3921234 dfs_server: Only build in case we build an AD DC too.
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2014-11-26 09:51:05 +01:00

8 lines
259 B
Python

#!/usr/bin/env python
bld.SAMBA_LIBRARY('dfs_server_ad',
source='dfs_server_ad.c',
deps='talloc samdb samba-util LIBTSOCKET',
private_library=True,
enabled=bld.AD_DC_BUILD_IS_ENABLED())