[PATCH 1/4] dfs_server: Only build in case we build an AD DC too.

Andreas Schneider asn at samba.org
Thu Nov 20 02:26:34 MST 2014


Signed-off-by: Andreas Schneider <asn at samba.org>
---
 dfs_server/wscript_build | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dfs_server/wscript_build b/dfs_server/wscript_build
index 294eccf..743b990 100644
--- a/dfs_server/wscript_build
+++ b/dfs_server/wscript_build
@@ -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())
-- 
2.1.2




More information about the samba-technical mailing list