From 189cdf710391a63b4f0f4ae896498e7cc1e5b772 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sat, 2 May 2015 08:34:39 -0500 Subject: revert changes to libtls-standalone Makefile.am that ended up in tls --- tls/Makefile.am | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'tls') 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 -- cgit v1.2.3-55-g6feb