X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configs%2FMakefile.am;h=d72363b98a07c44811f11bd134d55687471c4c46;hb=HEAD;hp=afb642d6aaabf70ddb088cd3989c7c0908f14276;hpb=87f8c5b1383ce267075073f2184f282450e16e09;p=shibboleth%2Fsp.git diff --git a/configs/Makefile.am b/configs/Makefile.am index afb642d..d72363b 100644 --- a/configs/Makefile.am +++ b/configs/Makefile.am @@ -15,7 +15,9 @@ pkgsysconf_DATA = \ shibd-osx.plist \ apache.config \ apache2.config \ - apache22.config + apache22.config \ + keygen.sh \ + upgrade.xsl # The config files are installed "special". Unlike the entries in # pkgsysconf_DATA, these files are installed as "foo.dist" and only @@ -28,21 +30,20 @@ BUILTCONFIGFILES = \ # While BUILTCONFIGFILES are processed, these are not; so we should pull # them from SRCDIR. CONFIGFILES = \ - shibboleth2.xml \ - attribute-map.xml \ - attribute-policy.xml \ - example-metadata.xml \ + shibboleth2.xml \ + attribute-map.xml \ + attribute-policy.xml \ + example-metadata.xml \ console.logger \ syslog.logger \ accessError.html \ sessionError.html \ metadataError.html \ bindingTemplate.html \ + discoveryTemplate.html \ localLogout.html \ globalLogout.html \ - sslError.html \ - sp-example.key \ - sp-example.crt + sslError.html # # Some of these need building @@ -107,6 +108,12 @@ install-data-local: all-data-local $(INSTALL_DATA) $(srcdir)/$$f $(DESTDIR)${pkgsysconfdir}/$$f.dist; \ done +install-data-hook: + if test -z "$(NOKEYGEN)"; then \ + cd $(DESTDIR)$(pkgsysconfdir); \ + sh ./keygen.sh -b ; \ + fi + CLEANFILES = \ apache.config \ apache2.config \ @@ -126,4 +133,8 @@ EXTRA_DIST = \ shibd-redhat.in \ shibd-debian.in \ shibd-osx.plist.in \ + keygen.bat \ + keygen.sh \ + upgrade.xsl \ + xsltproc.js \ $(CONFIGFILES)