summaryrefslogtreecommitdiffhomepage
path: root/auto/sources
diff options
context:
space:
mode:
authorValentin Bartenev <vbart@nginx.com>2017-04-10 17:06:22 +0300
committerValentin Bartenev <vbart@nginx.com>2017-04-10 17:06:22 +0300
commitbf401fa5440d5cc2026c8e181471dbc852cf6a80 (patch)
tree861bb19772add2c05510c623b9fac38469b7631a /auto/sources
parent3b8963da4d9d92d83431cb35eefb3226d8e177e9 (diff)
downloadunit-bf401fa5440d5cc2026c8e181471dbc852cf6a80.tar.gz
unit-bf401fa5440d5cc2026c8e181471dbc852cf6a80.tar.bz2
JSON parsing in controller.
Diffstat (limited to '')
-rw-r--r--auto/sources2
1 files changed, 2 insertions, 0 deletions
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 \