summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 828c6169..ff5287db 100644
--- a/Makefile
+++ b/Makefile
@@ -135,9 +135,11 @@ ifeq ($(INTERNAL_BUILD), 1)
$(AXIS_DEP) $(DSMLJAR_DEP) $(DSDOC_DEP)
endif
+# Pull WiX MSI toolkit on Windows.
+ifeq ($(ARCH), WINNT)
+COMPONENT_DEPENDENCIES += $(WIX_DEP)
## Only fetch the necessary components for ApacheDS when requested
ifeq ($(BUILD_NTDS),1)
-ifeq ($(ARCH), WINNT)
COMPONENT_DEPENDENCIES += $(WRAPPER_DEP) $(SWIG_DEP) $(MAVEN_DEP) $(APACHEDS_DEP)
endif
endif