31 |
|
|
32 |
asprintf_SOURCES = asprintf.c ../util.c |
asprintf_SOURCES = asprintf.c ../util.c |
33 |
|
|
34 |
gethostbyname_SOURCES = gethostbyname.c ../http-host.c ../util.c |
gethostbyname_SOURCES = gethostbyname.c ../http-host.c |
35 |
|
gethostbyname_LDADD = @EXTRA_SOCKET_LIBS@ |
36 |
|
|
37 |
http_client_bad_body_SOURCES = http-client-bad-body.c ../http-url.c ../stream.c ../util.c |
http_client_bad_body_SOURCES = http-client-bad-body.c ../http-url.c ../util.c |
38 |
|
http_client_bad_body_LDADD = @EXTRA_SOCKET_LIBS@ |
39 |
|
|
40 |
http_client_bad_url_SOURCES = http-client-bad-url.c ../util.c |
http_client_bad_url_SOURCES = http-client-bad-url.c ../util.c |
41 |
|
http_client_bad_url_LDADD = @EXTRA_SOCKET_LIBS@ |
42 |
|
|
43 |
http_server_bad_headers_SOURCES = http-server-bad-headers.c ../stream.c ../util.c |
http_client_close_after_request_LDADD = @EXTRA_SOCKET_LIBS@ |
44 |
|
|
45 |
|
http_server_bad_body_LDADD = @EXTRA_SOCKET_LIBS@ |
46 |
|
|
47 |
|
http_server_bad_headers_LDADD = @EXTRA_SOCKET_LIBS@ |
48 |
|
|
49 |
http_server_chunked_SOURCES = http-server-chunked.c ../stream.c ../util.c |
http_server_chunked_SOURCES = http-server-chunked.c ../stream.c ../util.c |
50 |
|
http_server_chunked_LDADD = @EXTRA_SOCKET_LIBS@ |
51 |
|
|
52 |
|
http_server_close_immediately_LDADD = @EXTRA_SOCKET_LIBS@ |
53 |
|
|
54 |
json_SOURCES = json.c ../instrument-js.c ../resource-manager.c ../stream.c ../util.c |
json_SOURCES = json.c ../instrument-js.c ../resource-manager.c ../stream.c ../util.c |
55 |
json_CPPFLAGS = -I../js/src |
json_CPPFLAGS = -I../js/src |