diff options
author | Brent Cook <busterb@gmail.com> | 2015-05-02 01:40:33 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2015-05-23 19:27:57 -0500 |
commit | 769d58e4946b35976c4da2ab54c56f6430a45d89 (patch) | |
tree | 5ff27229f208de7077c9e8f9894c32a1ef8f6f1f /libtls-standalone/src | |
parent | d3771a41cb106c945e0f538073d0a6e7b35d145b (diff) | |
download | portable-769d58e4946b35976c4da2ab54c56f6430a45d89.tar.gz portable-769d58e4946b35976c4da2ab54c56f6430a45d89.tar.bz2 portable-769d58e4946b35976c4da2ab54c56f6430a45d89.zip |
further refactoring, working libtls-standalone
Diffstat (limited to 'libtls-standalone/src')
-rw-r--r-- | libtls-standalone/src/Makefile.am | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libtls-standalone/src/Makefile.am b/libtls-standalone/src/Makefile.am index d5bcc49..cb9dd7f 100644 --- a/libtls-standalone/src/Makefile.am +++ b/libtls-standalone/src/Makefile.am | |||
@@ -4,6 +4,8 @@ lib_LTLIBRARIES = libtls.la | |||
4 | 4 | ||
5 | libtls_la_LDFLAGS = -no-undefined | 5 | libtls_la_LDFLAGS = -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 | ||
8 | libtls_la_LIBADD += $(top_builddir)/compat/libcompatnoopt.la | ||
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 |
@@ -12,7 +14,3 @@ libtls_la_SOURCES += tls_server.c | |||
12 | libtls_la_SOURCES += tls_util.c | 14 | libtls_la_SOURCES += tls_util.c |
13 | libtls_la_SOURCES += tls_verify.c | 15 | libtls_la_SOURCES += tls_verify.c |
14 | noinst_HEADERS = tls_internal.h | 16 | noinst_HEADERS = tls_internal.h |
15 | |||
16 | if !HAVE_STRSEP | ||
17 | libtls_la_SOURCES += strsep.c | ||
18 | endif | ||