summaryrefslogtreecommitdiff
path: root/lib/Makefile.am
diff options
context:
space:
mode:
authorGuenter Knauf <lists@gknw.net>2010-08-20 03:02:49 +0200
committerGuenter Knauf <lists@gknw.net>2010-08-20 03:02:49 +0200
commitdaa96f9928504c76644746b1cff9cc1fe4eddb48 (patch)
tree87169fe8b90b11bb76c3c7eba11d0c28b9b0d59b /lib/Makefile.am
parentf37affab8cc7e3d1ec30846b31e984ad89daaae7 (diff)
downloadcurl-daa96f9928504c76644746b1cff9cc1fe4eddb48.tar.gz
Added mk-ca-bundle.vbs script.
The script works exactly same as the Perl one except for one thing: when the text descriptions generated with openssl are included then the md5 fingerprints are missing; seems openssl has either a bug or a feature which prints the md5 fingerprint output to stdout instead of writing them to specified file; this script could here do the same as what the Perl scripr does (redirect stdout into file) but this makes the script take up double the time because it needs to launch cmd.exe 140 times (fo each openssl call). So I think for now we just ommit the md5 fingerprints, and see if openssl will be fixed.
Diffstat (limited to 'lib/Makefile.am')
-rw-r--r--lib/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am
index 89bc1fd3e..9a6033202 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -37,7 +37,8 @@ EXTRA_DIST = Makefile.b32 Makefile.m32 Makefile.vc6 Makefile.riscos $(DSP) \
Makefile.netware nwlib.c nwos.c libcurl.imp msvcproj.head msvcproj.foot \
config-win32ce.h config-os400.h setup-os400.h config-symbian.h \
Makefile.Watcom config-tpf.h $(DOCS) $(VCPROJ) mk-ca-bundle.pl \
- firefox-db2pem.sh $(CMAKE_DIST) config-vxworks.h Makefile.vxworks
+ mk-ca-bundle.vbs firefox-db2pem.sh $(CMAKE_DIST) config-vxworks.h \
+ Makefile.vxworks
CLEANFILES = $(DSP) $(VCPROJ)