From 55a171f9c64fe42abee4fe1bbb1133c88c2ef6c6 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Wed, 9 Nov 2016 13:51:59 +0100 Subject: make the include file configurable --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f4ee9266..36c566d2 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ ID=$(shell perl scripts/unique_id.pl) XSLTDEFS := --stringparam org $(ORG) --stringparam ID $(ID) --stringparam tou $(TOU) --stringparam rpi $(RPI) --stringparam defaultContact $(CONTACTS) --stringparam date $(DATE) --stringparam now $(NOW) SIGNER := xmlsec1 --sign --privkey-pem $(KEY),$(CERT) --pwd $(PASS) --id-attr:ID urn:oasis:names:tc:SAML:2.0:metadata:EntitiesDescriptor --include local.mk +-include $(SWAMID_MK_CONFIG) all: clean dependencies test sign clean web -- cgit v1.2.3