aboutsummaryrefslogtreecommitdiff
path: root/ssl
diff options
context:
space:
mode:
authorBrent Cook <bcook@openbsd.org>2014-12-06 18:59:25 -0600
committerBrent Cook <bcook@openbsd.org>2014-12-06 18:59:25 -0600
commit976f64d932bc5fac8d18dd95feddcfb4f3782551 (patch)
tree649dc41764f1fdf66e69f24dd53eb978f6181b67 /ssl
parent14f4175b67a8cd6c01955340b4e20d75e4e25708 (diff)
downloadportable-976f64d932bc5fac8d18dd95feddcfb4f3782551.tar.gz
portable-976f64d932bc5fac8d18dd95feddcfb4f3782551.tar.bz2
portable-976f64d932bc5fac8d18dd95feddcfb4f3782551.zip
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.
Diffstat (limited to 'ssl')
-rw-r--r--ssl/Makefile.am (renamed from ssl/Makefile.am.tpl)3
1 files changed, 2 insertions, 1 deletions
diff --git a/ssl/Makefile.am.tpl b/ssl/Makefile.am
index c8f72d1..52a29b8 100644
--- a/ssl/Makefile.am.tpl
+++ b/ssl/Makefile.am
@@ -2,8 +2,9 @@ include $(top_srcdir)/Makefile.am.common
2 2
3lib_LTLIBRARIES = libssl.la 3lib_LTLIBRARIES = libssl.la
4 4
5libssl_la_LDFLAGS = -version-info libssl-version 5EXTRA_DIST = VERSION
6 6
7libssl_la_LDFLAGS = -version-info @LIBSSL_VERSION@
7libssl_la_CFLAGS = $(CFLAGS) $(USER_CFLAGS) 8libssl_la_CFLAGS = $(CFLAGS) $(USER_CFLAGS)
8 9
9libssl_la_SOURCES = bio_ssl.c 10libssl_la_SOURCES = bio_ssl.c