X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=blobdiff_plain;f=altosui%2FMakefile.am;fp=altosui%2FMakefile.am;h=41f0d6ad4085de9ecc283b5cdd1cd19f27a9a3e4;hp=c2df5de720b06d050c64af194df8ccae27953b03;hb=140a84ba8ac1e6548ab63ff586cf214d87f727a4;hpb=7c4f9aa882256182485f7f2086221841368ddfc7 diff --git a/altosui/Makefile.am b/altosui/Makefile.am index c2df5de7..41f0d6ad 100644 --- a/altosui/Makefile.am +++ b/altosui/Makefile.am @@ -1,5 +1,4 @@ # location of code signing key, et al -CODEKEYDIR=~/altusmetrumllc/ssl.com JAVAROOT=classes AM_JAVACFLAGS=$(JAVAC_VERSION_FLAGS) -encoding UTF-8 -Xlint:deprecation -Xlint:unchecked @@ -413,7 +412,8 @@ $(MACOSX_DIST): $(MACOSX_FILES) $(MACOSX_EXTRA) Makefile $(WINDOWS_DIST): $(WINDOWS_FILES) altos-windows.nsi Instdrv/NSIS/Includes/java.nsh -rm -f $@ makensis -Oaltos-windows.log "-XOutFile $@" "-DVERSION=$(VERSION)" altos-windows.nsi || (cat altos-windows.log && exit 1) - jsign --keystore $(CODEKEYDIR)/altus_metrum,_llc.p12 --alias 1 \ - --storetype PKCS12 --storepass `cat $(CODEKEYDIR)/password` \ - --tsaurl http://ts.ssl.com --tsmode RFC3161 $@ - + if [ "$(HAVE_WINDOWS_KEY)" = "yes" ]; then \ + jsign --keystore "$(WINDOWSKEYFILE)" --alias 1 \ + --storetype PKCS12 --storepass `cat "$(WINDOWSKEYPASSFILE)"` \ + --tsaurl http://ts.ssl.com --tsmode RFC3161 $@ ; \ + fi