read all library versions directly from files

This makes building and testing easier because the library Makefile.am
files are use directly rather than as templates. Thanks to Wouter Clarie
for the idea.
This commit is contained in:
Brent Cook
2014-12-06 18:59:25 -06:00
parent 14f4175b67
commit 976f64d932
6 changed files with 18 additions and 10 deletions

7
.gitignore vendored
View File

@@ -84,12 +84,13 @@ INSTALL
/stamp-h1
/stamp-h2
crypto/Makefile.am
include/openssl/Makefile.am
ssl/Makefile.am
tls/Makefile.am
tests/Makefile.am
crypto/VERSION
ssl/VERSION
tls/VERSION
ssl/*.c
ssl/*.h
tls/*.c