39 |
stream.c stream.h \ |
stream.c stream.h \ |
40 |
util.c util.h \ |
util.c util.h \ |
41 |
$(resources) |
$(resources) |
42 |
jscoverage_LDADD = js/obj/libjs.a -lm @LIBICONV@ @EXTRA_TIMER_LIBS@ |
jscoverage_LDADD = js/libmozjs.a -lm @LIBICONV@ @EXTRA_TIMER_LIBS@ |
43 |
jscoverage_server_SOURCES = http-connection.c \ |
jscoverage_server_SOURCES = http-connection.c \ |
44 |
http-exchange.c \ |
http-exchange.c \ |
45 |
http-host.c \ |
http-host.c \ |
54 |
stream.c stream.h \ |
stream.c stream.h \ |
55 |
util.c util.h \ |
util.c util.h \ |
56 |
$(resources) |
$(resources) |
57 |
jscoverage_server_LDADD = js/obj/libjs.a -lm @EXTRA_SOCKET_LIBS@ @EXTRA_THREAD_LIBS@ @LIBICONV@ @EXTRA_TIMER_LIBS@ |
jscoverage_server_LDADD = js/libmozjs.a -lm @EXTRA_SOCKET_LIBS@ @EXTRA_THREAD_LIBS@ @LIBICONV@ @EXTRA_TIMER_LIBS@ |
58 |
|
|
59 |
noinst_PROGRAMS = generate-resources |
noinst_PROGRAMS = generate-resources |
60 |
generate_resources_SOURCES = generate-resources.c |
generate_resources_SOURCES = generate-resources.c |