summaryrefslogtreecommitdiff
path: root/source4/echo_server/wscript_build
diff options
context:
space:
mode:
Diffstat (limited to 'source4/echo_server/wscript_build')
-rw-r--r--source4/echo_server/wscript_build3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/echo_server/wscript_build b/source4/echo_server/wscript_build
index 660baf4d18..8c40ec8c41 100644
--- a/source4/echo_server/wscript_build
+++ b/source4/echo_server/wscript_build
@@ -5,5 +5,6 @@ bld.SAMBA_MODULE('ECHO',
subsystem='service',
init_function='server_service_echo_init',
deps='samba-hostconfig LIBTSOCKET LIBSAMBA_TSOCKET',
- local_include=False
+ local_include=False,
+ enabled=bld.AD_DC_BUILD_IS_ENABLED()
)