summaryrefslogtreecommitdiffhomepage
path: root/auto/sources
diff options
context:
space:
mode:
authorZhidao HONG <z.hong@f5.com>2022-11-22 10:13:18 +0800
committerZhidao HONG <z.hong@f5.com>2022-11-22 10:13:18 +0800
commite3bbf5b3b5be384a39bbd1c42d44379b17d94185 (patch)
tree5786bb3116a474f8ff837e796c35972401b648b1 /auto/sources
parent4d6d146e920667a8afeacd355e4fb6a94387066e (diff)
downloadunit-e3bbf5b3b5be384a39bbd1c42d44379b17d94185.tar.gz
unit-e3bbf5b3b5be384a39bbd1c42d44379b17d94185.tar.bz2
NJS: added http request prototype.
Diffstat (limited to 'auto/sources')
-rw-r--r--auto/sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/sources b/auto/sources
index 9f9a27f7..cebced3a 100644
--- a/auto/sources
+++ b/auto/sources
@@ -136,7 +136,7 @@ NXT_LIB_PCRE_SRCS="src/nxt_pcre.c"
NXT_LIB_PCRE2_SRCS="src/nxt_pcre2.c"
if [ "$NXT_NJS" != "NO" ]; then
- NXT_LIB_SRCS="$NXT_LIB_SRCS src/nxt_js.c"
+ NXT_LIB_SRCS="$NXT_LIB_SRCS src/nxt_js.c src/nxt_http_js.c"
fi
NXT_LIB_EPOLL_SRCS="src/nxt_epoll_engine.c"