Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
dfs_server: Only build in case we build an AD DC too.
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Schneider <[email protected]>
Reviewed-by: Andrew Bartlett <[email protected]>
  • Loading branch information
cryptomilk authored and abartlet committed Nov 26, 2014
1 parent 3ac4355 commit c0f3921
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dfs_server/wscript_build
Original file line number Diff line number Diff line change
Expand Up @@ -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())

0 comments on commit c0f3921

Please sign in to comment.