diff options
author | Brent Cook <busterb@gmail.com> | 2015-05-02 09:06:55 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2015-05-23 19:27:57 -0500 |
commit | d2faf2ed6303be4e206e8f4d0bd0a6e7aa5baac5 (patch) | |
tree | cb2cdee297d663a596213aebb0cc6024d3e638e6 /libtls-standalone/src/Makefile.am | |
parent | 189cdf710391a63b4f0f4ae896498e7cc1e5b772 (diff) | |
download | portable-d2faf2ed6303be4e206e8f4d0bd0a6e7aa5baac5.tar.gz portable-d2faf2ed6303be4e206e8f4d0bd0a6e7aa5baac5.tar.bz2 portable-d2faf2ed6303be4e206e8f4d0bd0a6e7aa5baac5.zip |
set the shared library version number
Diffstat (limited to '')
-rw-r--r-- | libtls-standalone/src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
2 | 2 | ||
3 | lib_LTLIBRARIES = libtls.la | 3 | lib_LTLIBRARIES = libtls.la |
4 | 4 | ||
5 | libtls_la_LDFLAGS = -no-undefined | 5 | libtls_la_LDFLAGS = -version-info @LIBTLS_VERSION@ -no-undefined |
6 | libtls_la_LIBADD = -lcrypto -lssl $(PLATFORM_LDADD) | 6 | libtls_la_LIBADD = -lcrypto -lssl $(PLATFORM_LDADD) |
7 | libtls_la_LIBADD += $(top_builddir)/compat/libcompat.la | 7 | libtls_la_LIBADD += $(top_builddir)/compat/libcompat.la |
8 | libtls_la_LIBADD += $(top_builddir)/compat/libcompatnoopt.la | 8 | libtls_la_LIBADD += $(top_builddir)/compat/libcompatnoopt.la |