Do not try to package LDAP command line tools if they were

not built (that is, if BUILDCLU != 1).
This commit is contained in:
mcs%netscape.com 2002-06-28 20:43:47 +00:00
parent eb72cd976b
commit b35396ed67

View File

@ -102,6 +102,7 @@ endif
endif
endif
endif
ifeq ($(BUILDCLU), 1)
@echo "Installing tools"
$(NSINSTALL) -D $(INSTDIR)/tools
$(NSINSTALL) $(BINDIR)/ldapsearch$(EXE_SUFFIX) $(INSTDIR)/tools
@ -109,6 +110,7 @@ endif
$(NSINSTALL) $(BINDIR)/ldapmodify$(EXE_SUFFIX) $(INSTDIR)/tools
$(NSINSTALL) $(BINDIR)/ldapcmp$(EXE_SUFFIX) $(INSTDIR)/tools
$(NSINSTALL) $(BINDIR)/ldapcompare$(EXE_SUFFIX) $(INSTDIR)/tools
endif
@echo "Installing includes"
$(NSINSTALL) -D $(INSTDIR)/include