diff --git a/tls/Makefile.am b/tls/Makefile.am index d5bcc49..e8c4713 100644 --- a/tls/Makefile.am +++ b/tls/Makefile.am @@ -1,9 +1,11 @@ -AM_CFLAGS = -I$(top_srcdir)/include +include $(top_srcdir)/Makefile.am.common lib_LTLIBRARIES = libtls.la -libtls_la_LDFLAGS = -no-undefined -libtls_la_LIBADD = -lcrypto -lssl $(PLATFORM_LDADD) +EXTRA_DIST = VERSION + +libtls_la_LDFLAGS = -version-info @LIBTLS_VERSION@ -no-undefined +libtls_la_LIBADD = ../crypto/libcrypto.la ../ssl/libssl.la $(PLATFORM_LDADD) libtls_la_SOURCES = tls.c libtls_la_SOURCES += tls_client.c