From bf401fa5440d5cc2026c8e181471dbc852cf6a80 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Mon, 10 Apr 2017 17:06:22 +0300 Subject: JSON parsing in controller. --- auto/sources | 2 ++ 1 file changed, 2 insertions(+) (limited to 'auto') diff --git a/auto/sources b/auto/sources index e144d7e2..8958d5d9 100644 --- a/auto/sources +++ b/auto/sources @@ -67,6 +67,7 @@ NXT_LIB_DEPS=" \ src/nxt_listen_socket.h \ src/nxt_http_parse.h \ src/nxt_runtime.h \ + src/nxt_conf.h \ src/nxt_application.h \ src/nxt_master_process.h \ " @@ -135,6 +136,7 @@ NXT_LIB_SRCS=" \ src/nxt_http_parse.c \ src/nxt_app_log.c \ src/nxt_runtime.c \ + src/nxt_conf_json.c \ src/nxt_stream_module.c \ src/nxt_master_process.c \ src/nxt_worker_process.c \ -- cgit