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

noinst_LIBRARIES = libzbxproxyconfigread.a

libzbxproxyconfigread_a_SOURCES = \
	proxyconfig_read.c \
	proxyconfig_read.h

libzbxproxyconfigread_a_CFLAGS = \
	-I$(top_srcdir)/src \
	$(TLS_CFLAGS)