diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -135,6 +135,12 @@ ifeq ($(INTERNAL_BUILD), 1) $(AXIS_DEP) $(DSMLJAR_DEP) $(DSDOC_DEP) endif +## 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 components: $(COMPONENT_DEPENDENCIES) -@echo "The components are up to date" |