diff options
Diffstat (limited to '')
-rw-r--r-- | libtls-standalone/src/Makefile.am | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/libtls-standalone/src/Makefile.am b/libtls-standalone/src/Makefile.am deleted file mode 100644 index 5f8f55f..0000000 --- a/libtls-standalone/src/Makefile.am +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | AM_CFLAGS = -I$(top_srcdir)/include | ||
2 | |||
3 | lib_LTLIBRARIES = libtls.la | ||
4 | |||
5 | libtls_la_LDFLAGS = -version-info @LIBTLS_VERSION@ -no-undefined | ||
6 | libtls_la_LIBADD = -lcrypto -lssl -lcrypto $(PLATFORM_LDADD) | ||
7 | libtls_la_LIBADD += $(top_builddir)/compat/libcompat.la | ||
8 | libtls_la_LIBADD += $(top_builddir)/compat/libcompatnoopt.la | ||
9 | |||
10 | libtls_la_SOURCES = tls.c | ||
11 | libtls_la_SOURCES += tls_bio_cb.c | ||
12 | libtls_la_SOURCES += tls_client.c | ||
13 | libtls_la_SOURCES += tls_config.c | ||
14 | libtls_la_SOURCES += tls_server.c | ||
15 | libtls_la_SOURCES += tls_util.c | ||
16 | libtls_la_SOURCES += tls_verify.c | ||
17 | noinst_HEADERS = tls_internal.h | ||