From 5bc011afad76fe7576ef0e0ed7ca7eb5417cf338 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Wed, 31 May 2017 15:26:45 +0300 Subject: Skeleton of router configuration and request processing. --- auto/sources | 2 ++ 1 file changed, 2 insertions(+) (limited to 'auto') diff --git a/auto/sources b/auto/sources index efe748d1..d350804c 100644 --- a/auto/sources +++ b/auto/sources @@ -71,6 +71,7 @@ NXT_LIB_DEPS=" \ src/nxt_conf.h \ src/nxt_application.h \ src/nxt_master_process.h \ + src/nxt_router.h \ " NXT_LIB_SRCS=" \ @@ -128,6 +129,7 @@ NXT_LIB_SRCS=" \ src/nxt_event_conn_accept.c \ src/nxt_event_conn_read.c \ src/nxt_event_conn_write.c \ + src/nxt_conn_close.c \ src/nxt_event_conn_job_sendfile.c \ src/nxt_event_conn_proxy.c \ src/nxt_job.c \ -- cgit