summaryrefslogtreecommitdiffhomepage
path: root/auto/sources
diff options
context:
space:
mode:
Diffstat (limited to 'auto/sources')
-rw-r--r--auto/sources5
1 files changed, 5 insertions, 0 deletions
diff --git a/auto/sources b/auto/sources
index 4ac132dd..2075ca0f 100644
--- a/auto/sources
+++ b/auto/sources
@@ -177,6 +177,11 @@ NXT_LIB_UTF8_FILE_NAME_TEST_SRCS=" \
"
+if [ $NXT_HAVE_ROOTFS = YES ]; then
+ NXT_LIB_SRCS="$NXT_LIB_SRCS src/nxt_fs.c"
+fi
+
+
if [ $NXT_TLS = YES ]; then
nxt_have=NXT_TLS . auto/have
NXT_LIB_SRCS="$NXT_LIB_SRCS $NXT_LIB_TLS_SRCS"