From d2faf2ed6303be4e206e8f4d0bd0a6e7aa5baac5 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sat, 2 May 2015 09:06:55 -0500 Subject: set the shared library version number --- libtls-standalone/src/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libtls-standalone/src') diff --git a/libtls-standalone/src/Makefile.am b/libtls-standalone/src/Makefile.am index cb9dd7f..e821186 100644 --- a/libtls-standalone/src/Makefile.am +++ b/libtls-standalone/src/Makefile.am @@ -2,7 +2,7 @@ AM_CFLAGS = -I$(top_srcdir)/include lib_LTLIBRARIES = libtls.la -libtls_la_LDFLAGS = -no-undefined +libtls_la_LDFLAGS = -version-info @LIBTLS_VERSION@ -no-undefined libtls_la_LIBADD = -lcrypto -lssl $(PLATFORM_LDADD) libtls_la_LIBADD += $(top_builddir)/compat/libcompat.la libtls_la_LIBADD += $(top_builddir)/compat/libcompatnoopt.la -- cgit v1.2.3-55-g6feb