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:
@@ -2,8 +2,9 @@ include $(top_srcdir)/Makefile.am.common
|
||||
|
||||
lib_LTLIBRARIES = libssl.la
|
||||
|
||||
libssl_la_LDFLAGS = -version-info libssl-version
|
||||
EXTRA_DIST = VERSION
|
||||
|
||||
libssl_la_LDFLAGS = -version-info @LIBSSL_VERSION@
|
||||
libssl_la_CFLAGS = $(CFLAGS) $(USER_CFLAGS)
|
||||
|
||||
libssl_la_SOURCES = bio_ssl.c
|
Reference in New Issue
Block a user