revert changes to libtls-standalone Makefile.am that ended up in tls

This commit is contained in:
Brent Cook 2015-05-02 08:34:39 -05:00
parent 8dedbb4b2b
commit 189cdf7103

View File

@ -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