1## Process this file with automake to produce Makefile.in
2
3noinst_LIBRARIES = libzbxproxypoller.a
4
5libzbxproxypoller_a_SOURCES = \
6	proxypoller.c \
7	proxypoller.h
8
9