diff options
author | Leif Johansson <leifj@sunet.se> | 2016-11-09 13:51:59 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2016-11-09 13:51:59 +0100 |
commit | 55a171f9c64fe42abee4fe1bbb1133c88c2ef6c6 (patch) | |
tree | a413201880770afce08effe557e19afb43792317 /Makefile | |
parent | 6fb58549174e008472c91726cc479c35f0ed218f (diff) |
make the include file configurable
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |