diff options
Diffstat (limited to 'tls/Makefile.am')
-rw-r--r-- | tls/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tls/Makefile.am b/tls/Makefile.am index ed3f3c3..3621e8e 100644 --- a/tls/Makefile.am +++ b/tls/Makefile.am | |||
@@ -11,6 +11,7 @@ libtls_la_LIBADD = ../crypto/libcrypto.la ../ssl/libssl.la $(PLATFORM_LDADD) | |||
11 | libtls_la_SOURCES = tls.c | 11 | libtls_la_SOURCES = tls.c |
12 | libtls_la_SOURCES += tls_client.c | 12 | libtls_la_SOURCES += tls_client.c |
13 | libtls_la_SOURCES += tls_config.c | 13 | libtls_la_SOURCES += tls_config.c |
14 | libtls_la_SOURCES += tls_conninfo.c | ||
14 | libtls_la_SOURCES += tls_server.c | 15 | libtls_la_SOURCES += tls_server.c |
15 | libtls_la_SOURCES += tls_peer.c | 16 | libtls_la_SOURCES += tls_peer.c |
16 | libtls_la_SOURCES += tls_util.c | 17 | libtls_la_SOURCES += tls_util.c |