## Process this file with automake to produce Makefile.in

noinst_LIBRARIES = libzbxcomms.a

libzbxcomms_a_SOURCES = \
	comms.c \
	telnet.c
