summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lackey <tlackey@redhat.com>2005-05-13 19:35:07 +0000
committerThomas Lackey <tlackey@redhat.com>2005-05-13 19:35:07 +0000
commit2e279879e43b9addc06c790bc74b07e9a6263967 (patch)
treeccacd6ecbf98321832b1222199871d92d4c90b2a
parenta9e7dafa758d082296ad1495800ae0c5d70313f5 (diff)
downloadds-2e279879e43b9addc06c790bc74b07e9a6263967.tar.gz
ds-2e279879e43b9addc06c790bc74b07e9a6263967.tar.xz
ds-2e279879e43b9addc06c790bc74b07e9a6263967.zip
Add Wix dependency.
-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