1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

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>
This commit is contained in:
Andreas Schneider 2014-11-19 10:30:23 +01:00 committed by Andrew Bartlett
parent 3ac4355f3e
commit c0f3921234

View File

@ -3,5 +3,5 @@
bld.SAMBA_LIBRARY('dfs_server_ad',
source='dfs_server_ad.c',
deps='talloc samdb samba-util LIBTSOCKET',
private_library=True
)
private_library=True,
enabled=bld.AD_DC_BUILD_IS_ENABLED())