summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorNathan Kinder <nkinder@redhat.com>2006-08-28 18:17:26 +0000
committerNathan Kinder <nkinder@redhat.com>2006-08-28 18:17:26 +0000
commit9cc92a20535293b4fd9be90e626d5daccc5d923e (patch)
treef74baed88b15d6d1206fa4b24c5821516b2b2346 /Makefile
parent2f59fa4c73e006af32a402dac503635188a017b4 (diff)
downloadds-9cc92a20535293b4fd9be90e626d5daccc5d923e.tar.gz
ds-9cc92a20535293b4fd9be90e626d5daccc5d923e.tar.xz
ds-9cc92a20535293b4fd9be90e626d5daccc5d923e.zip
204355 - Remove winsync code from ldapserver tree
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 5469a545..2bd4b873 100644
--- a/Makefile
+++ b/Makefile
@@ -135,14 +135,6 @@ ifeq ($(INTERNAL_BUILD), 1)
$(AXIS_DEP) $(DSMLJAR_DEP) $(DSDOC_DEP) $(ADSYNC_DEP) $(NT4SYNC_DEP) $(PERLDAP_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)
-COMPONENT_DEPENDENCIES += $(WRAPPER_DEP) $(SWIG_DEP) $(MAVEN_DEP) $(APACHEDS_DEP)
-endif
-endif
components: $(COMPONENT_DEPENDENCIES)
-@echo "The components are up to date"