diff options
author | Brent Cook <busterb@gmail.com> | 2015-05-02 08:34:39 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2015-05-23 19:27:57 -0500 |
commit | 189cdf710391a63b4f0f4ae896498e7cc1e5b772 (patch) | |
tree | 71a26320f90b80241c4a4712cdd51591edb07699 /tls | |
parent | 8dedbb4b2bf97070f1c879f5063568edc6abd254 (diff) | |
download | portable-189cdf710391a63b4f0f4ae896498e7cc1e5b772.tar.gz portable-189cdf710391a63b4f0f4ae896498e7cc1e5b772.tar.bz2 portable-189cdf710391a63b4f0f4ae896498e7cc1e5b772.zip |
revert changes to libtls-standalone Makefile.am that ended up in tls
Diffstat (limited to 'tls')
-rw-r--r-- | tls/Makefile.am | 8 |
1 files changed, 5 insertions, 3 deletions
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 @@ | |||
1 | AM_CFLAGS = -I$(top_srcdir)/include | 1 | include $(top_srcdir)/Makefile.am.common |
2 | 2 | ||
3 | lib_LTLIBRARIES = libtls.la | 3 | lib_LTLIBRARIES = libtls.la |
4 | 4 | ||
5 | libtls_la_LDFLAGS = -no-undefined | 5 | EXTRA_DIST = VERSION |
6 | libtls_la_LIBADD = -lcrypto -lssl $(PLATFORM_LDADD) | 6 | |
7 | libtls_la_LDFLAGS = -version-info @LIBTLS_VERSION@ -no-undefined | ||
8 | libtls_la_LIBADD = ../crypto/libcrypto.la ../ssl/libssl.la $(PLATFORM_LDADD) | ||
7 | 9 | ||
8 | libtls_la_SOURCES = tls.c | 10 | libtls_la_SOURCES = tls.c |
9 | libtls_la_SOURCES += tls_client.c | 11 | libtls_la_SOURCES += tls_client.c |