1## Process this file with automake to produce Makefile.in
2
3noinst_LIBRARIES = libzbxembed.a
4
5libzbxembed_a_SOURCES = \
6	duk_config.h \
7	duktape.c \
8	duktape.h \
9	embed.c \
10	embed.h \
11	httprequest.c \
12	httprequest.h \
13	zabbix.c \
14	zabbix.h \
15	global.c \
16	global.h
17
18