Learn more about cloning repositories
You have read-only access
## Process this file with automake to produce Makefile.in
noinst_LIBRARIES = libzbxcomms.a
libzbxcomms_a_SOURCES = \
comms.h \
comms.c \
telnet.c \
tls.h \
tls.c \
tls_version.c \
tls_validate.c
libzbxcomms_a_CFLAGS = \
$(LIBXML2_CFLAGS) \
$(TLS_CFLAGS)
Everything looks good. We'll let you know here if there's anything you should know about.