X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=configs%2FMakefile.am;h=7b394e1b6737b80ccaa56284a93031d3231cbd55;hb=848a79e1f55802822901c15d526ec8094b60a6e3;hp=167b0d5581a924be9a6692705edf98297b82ec1a;hpb=f267cdb3b5c47462f80f124642898d4a1ec7a3d1;p=shibboleth%2Fsp.git diff --git a/configs/Makefile.am b/configs/Makefile.am index 167b0d5..7b394e1 100644 --- a/configs/Makefile.am +++ b/configs/Makefile.am @@ -15,7 +15,8 @@ pkgsysconf_DATA = \ shibd-osx.plist \ apache.config \ apache2.config \ - apache22.config + apache22.config \ + keygen.sh # The config files are installed "special". Unlike the entries in # pkgsysconf_DATA, these files are installed as "foo.dist" and only @@ -104,6 +105,10 @@ install-data-local: all-data-local fi; \ $(INSTALL_DATA) $(srcdir)/$$f $(DESTDIR)${pkgsysconfdir}/$$f.dist; \ done + if test -z $NOKEYGEN ; then \ + cd $(DESTDIR)$(pkgsysconfdir); \ + sh ./keygen.sh -b ; \ + fi CLEANFILES = \ apache.config \ @@ -124,5 +129,5 @@ EXTRA_DIST = \ shibd-redhat.in \ shibd-debian.in \ shibd-osx.plist.in \ - $(CONFIGFILES) \ - keygen.bat + keygen.bat \ + $(CONFIGFILES)