From e0f92dac262cc161fe006ea47dce16ff4e4e28c4 Mon Sep 17 00:00:00 2001 From: Volker Birk Date: Thu, 4 Feb 2021 23:52:56 +0100 Subject: [PATCH] only install pEpMIME if configured --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5cf0d820..d1afc89c 100644 --- a/Makefile +++ b/Makefile @@ -44,10 +44,12 @@ asn1: sync $(MAKE) -C asn.1 -install: build +install: $(MAKE) -C src install $(MAKE) -C asn.1 install +ifeq ($(BUILT_IN_MIME),pepmime) $(MAKE) -C pEpMIME install +endif beinstall: $(MAKE) -C src beinstall