diff options
author | Thomas Lackey <tlackey@redhat.com> | 2005-05-13 19:35:07 +0000 |
---|---|---|
committer | Thomas Lackey <tlackey@redhat.com> | 2005-05-13 19:35:07 +0000 |
commit | 2e279879e43b9addc06c790bc74b07e9a6263967 (patch) | |
tree | ccacd6ecbf98321832b1222199871d92d4c90b2a /Makefile | |
parent | a9e7dafa758d082296ad1495800ae0c5d70313f5 (diff) | |
download | ds-2e279879e43b9addc06c790bc74b07e9a6263967.tar.gz ds-2e279879e43b9addc06c790bc74b07e9a6263967.tar.xz ds-2e279879e43b9addc06c790bc74b07e9a6263967.zip |
Add Wix dependency.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |