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