2015-04-30 04:44:35 -05:00
|
|
|
AM_CFLAGS = -I$(top_srcdir)/include
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = libtls.la
|
|
|
|
|
2015-05-02 09:06:55 -05:00
|
|
|
libtls_la_LDFLAGS = -version-info @LIBTLS_VERSION@ -no-undefined
|
2015-05-23 19:23:35 -05:00
|
|
|
libtls_la_LIBADD = -lcrypto -lssl -lcrypto $(PLATFORM_LDADD)
|
2015-05-02 01:40:33 -05:00
|
|
|
libtls_la_LIBADD += $(top_builddir)/compat/libcompat.la
|
|
|
|
libtls_la_LIBADD += $(top_builddir)/compat/libcompatnoopt.la
|
2015-04-30 04:44:35 -05:00
|
|
|
|
|
|
|
libtls_la_SOURCES = tls.c
|
2016-06-28 03:29:54 +02:00
|
|
|
libtls_la_SOURCES += tls_bio_cb.c
|
2015-04-30 04:44:35 -05:00
|
|
|
libtls_la_SOURCES += tls_client.c
|
|
|
|
libtls_la_SOURCES += tls_config.c
|
|
|
|
libtls_la_SOURCES += tls_server.c
|
|
|
|
libtls_la_SOURCES += tls_util.c
|
|
|
|
libtls_la_SOURCES += tls_verify.c
|
|
|
|
noinst_HEADERS = tls_internal.h
|