1## Process this file with automake to produce Makefile.in
2
3noinst_LIBRARIES = libzbxcrypto.a
4
5libzbxcrypto_a_SOURCES = \
6	base64.c \
7	md5.c \
8	sha256crypt.c \
9	tls.c \
10	tls.h \
11	tls_tcp.h \
12	tls_tcp_active.h \
13	tls_version.c
14
15libzbxcrypto_a_CFLAGS = $(TLS_CFLAGS)
16