1## Process this file with automake to produce Makefile.in
2
3noinst_LIBRARIES = libzbxhttp.a
4
5libzbxhttp_a_SOURCES = \
6	urlencode.c \
7	punycode.c \
8	punycode.h \
9	http.c
10