summaryrefslogtreecommitdiffstats
path: root/providers/implementations/exchange/build.info
diff options
context:
space:
mode:
Diffstat (limited to 'providers/implementations/exchange/build.info')
-rw-r--r--providers/implementations/exchange/build.info7
1 files changed, 4 insertions, 3 deletions
diff --git a/providers/implementations/exchange/build.info b/providers/implementations/exchange/build.info
index c74e122844..51d32fc090 100644
--- a/providers/implementations/exchange/build.info
+++ b/providers/implementations/exchange/build.info
@@ -18,6 +18,7 @@ IF[{- !$disabled{asm} -}]
ENDIF
ENDIF
-
-SOURCE[$ECX_GOAL]=ecx_exch.c
-DEFINE[$ECX_GOAL]=$ECDEF
+IF[{- !$disabled{ec} -}]
+ SOURCE[$ECX_GOAL]=ecx_exch.c
+ DEFINE[$ECX_GOAL]=$ECDEF
+ENDIF