16 |
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
17 |
|
|
18 |
noinst_PROGRAMS = asprintf \ |
noinst_PROGRAMS = asprintf \ |
19 |
|
encodings \ |
20 |
gethostbyname \ |
gethostbyname \ |
21 |
http-client-bad-body \ |
http-client-bad-body \ |
22 |
http-client-bad-url \ |
http-client-bad-url \ |
32 |
|
|
33 |
asprintf_SOURCES = asprintf.c ../util.c |
asprintf_SOURCES = asprintf.c ../util.c |
34 |
|
|
35 |
|
encodings_SOURCES = encodings.c ../encoding.c ../util.c |
36 |
|
encodings_CPPFLAGS = -I../js/src |
37 |
|
encodings_LDADD = @LIBICONV@ |
38 |
|
|
39 |
gethostbyname_SOURCES = gethostbyname.c ../http-host.c ../util.c |
gethostbyname_SOURCES = gethostbyname.c ../http-host.c ../util.c |
40 |
gethostbyname_LDADD = @EXTRA_SOCKET_LIBS@ |
gethostbyname_LDADD = @EXTRA_SOCKET_LIBS@ |
41 |
|
|
56 |
|
|
57 |
http_server_close_immediately_LDADD = @EXTRA_SOCKET_LIBS@ |
http_server_close_immediately_LDADD = @EXTRA_SOCKET_LIBS@ |
58 |
|
|
59 |
json_SOURCES = json.c ../instrument-js.c ../resource-manager.c ../stream.c ../util.c |
json_SOURCES = json.c ../encoding.c ../instrument-js.c ../resource-manager.c ../stream.c ../util.c |
60 |
json_CPPFLAGS = -I../js/src |
json_CPPFLAGS = -I../js/src |
61 |
json_LDFLAGS = -static |
json_LDFLAGS = -static |
62 |
json_LDADD = ../js/libjs.la -lm |
json_LDADD = ../js/libjs.la -lm |
67 |
|
|
68 |
streams_SOURCES = streams.c ../stream.c ../util.c |
streams_SOURCES = streams.c ../stream.c ../util.c |
69 |
|
|
70 |
TESTS = fatal.sh \ |
TESTS = encodings.sh \ |
71 |
|
fatal.sh \ |
72 |
help.sh \ |
help.sh \ |
73 |
invalid-option.sh \ |
invalid-option.sh \ |
74 |
javascript.sh \ |
javascript.sh \ |