mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 03:49:37 +00:00
Do not try to package LDAP command line tools if they were
not built (that is, if BUILDCLU != 1).
This commit is contained in:
parent
eb72cd976b
commit
b35396ed67
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user