Source
## Process this file with automake to produce Makefile.in
noinst_LIBRARIES = libzbxtrapper.a libzbxtrapper_server.a libzbxtrapper_proxy.a
libzbxtrapper_a_SOURCES = \
active.c \
active.h \
trapper_auth.c \
trapper_auth.h \
nodecommand.c \
nodecommand.h \
proxydata.c \
proxydata.h \
trapper_preproc.c \
trapper_preproc.h \
trapper_expressions_evaluate.c \
trapper_expressions_evaluate.h \
trapper_item_test.c \
trapper_item_test.h \
trapper.c \
trapper.h \
trapper_request.h
libzbxtrapper_server_a_SOURCES = \
trapper_server.c \
trapper_request.h
libzbxtrapper_proxy_a_SOURCES = \
trapper_proxy.c \
trapper_request.h
libzbxtrapper_a_CFLAGS = \
$(LIBXML2_CFLAGS) \
$(TLS_CFLAGS)
libzbxtrapper_server_a_CFLAGS = \
-I$(top_srcdir)/src/zabbix_server \
$(TLS_CFLAGS)
libzbxtrapper_proxy_a_CFLAGS = \
-I$(top_srcdir)/src/zabbix_proxy \
$(TLS_CFLAGS)