diff options
author | Brent Cook <busterb@gmail.com> | 2015-04-30 04:44:35 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2015-05-23 19:26:51 -0500 |
commit | 28353c1df15c3d0482a10ffe33fa34c053af2c2e (patch) | |
tree | 580bf87a6db90c492dd55594f9612d2442331376 /tls | |
parent | 7de7605b95f2cd2d061720376544d511f71dc063 (diff) | |
download | portable-28353c1df15c3d0482a10ffe33fa34c053af2c2e.tar.gz portable-28353c1df15c3d0482a10ffe33fa34c053af2c2e.tar.bz2 portable-28353c1df15c3d0482a10ffe33fa34c053af2c2e.zip |
stub in initial libtls standalone tree
Diffstat (limited to 'tls')
-rw-r--r-- | tls/Makefile.am | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/tls/Makefile.am b/tls/Makefile.am index e8c4713..d5bcc49 100644 --- a/tls/Makefile.am +++ b/tls/Makefile.am | |||
@@ -1,11 +1,9 @@ | |||
1 | include $(top_srcdir)/Makefile.am.common | 1 | AM_CFLAGS = -I$(top_srcdir)/include |
2 | 2 | ||
3 | lib_LTLIBRARIES = libtls.la | 3 | lib_LTLIBRARIES = libtls.la |
4 | 4 | ||
5 | EXTRA_DIST = VERSION | 5 | libtls_la_LDFLAGS = -no-undefined |
6 | 6 | libtls_la_LIBADD = -lcrypto -lssl $(PLATFORM_LDADD) | |
7 | libtls_la_LDFLAGS = -version-info @LIBTLS_VERSION@ -no-undefined | ||
8 | libtls_la_LIBADD = ../crypto/libcrypto.la ../ssl/libssl.la $(PLATFORM_LDADD) | ||
9 | 7 | ||
10 | libtls_la_SOURCES = tls.c | 8 | libtls_la_SOURCES = tls.c |
11 | libtls_la_SOURCES += tls_client.c | 9 | libtls_la_SOURCES += tls_client.c |