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:
parent
3ac4355f3e
commit
c0f3921234
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user