diff options
author | Valentin Bartenev <vbart@nginx.com> | 2018-10-23 18:55:16 +0300 |
---|---|---|
committer | Valentin Bartenev <vbart@nginx.com> | 2018-10-23 18:55:16 +0300 |
commit | 6cc4080af23d0d8c39ba43f6c90de4f76d64e0f1 (patch) | |
tree | e4013abfdedacc3de84dfaa6f36b783c7686c24c /auto/sources | |
parent | d4a99aad84e1ab432733650e9753814311e04a01 (diff) | |
download | unit-6cc4080af23d0d8c39ba43f6c90de4f76d64e0f1.tar.gz unit-6cc4080af23d0d8c39ba43f6c90de4f76d64e0f1.tar.bz2 |
Removed unused "--upstream" command line option.
Diffstat (limited to '')
-rw-r--r-- | auto/sources | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/sources b/auto/sources index 0ebdab63..bc979fe2 100644 --- a/auto/sources +++ b/auto/sources @@ -74,7 +74,6 @@ NXT_LIB_SRCS=" \ src/nxt_runtime.c \ src/nxt_conf.c \ src/nxt_conf_validation.c \ - src/nxt_stream_module.c \ src/nxt_main_process.c \ src/nxt_worker_process.c \ src/nxt_controller.c \ @@ -91,6 +90,7 @@ NXT_LIB_SRCS=" \ NXT_LIB_SRC0=" \ src/nxt_buf_filter.c \ src/nxt_job_file.c \ + src/nxt_stream_module.c \ src/nxt_stream_source.c \ src/nxt_upstream_source.c \ src/nxt_http_source.c \ |