summaryrefslogtreecommitdiffhomepage
path: root/auto/modules/conf
diff options
context:
space:
mode:
Diffstat (limited to 'auto/modules/conf')
-rw-r--r--auto/modules/conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/auto/modules/conf b/auto/modules/conf
index f73be1e6..e4f68044 100644
--- a/auto/modules/conf
+++ b/auto/modules/conf
@@ -1,6 +1,6 @@
-# Copyright (C) NGINX, Inc.
# Copyright (C) Valentin V. Bartenev
+# Copyright (C) NGINX, Inc.
NXT_MODULES_INIT=
@@ -15,6 +15,10 @@ if [ $NXT_PHP_MODULE != NO ]; then
. auto/modules/php/conf
fi
+if [ $NXT_GO_MODULE != NO ]; then
+ . auto/modules/go/conf
+fi
+
NXT_MODULES_SRC=$NXT_BUILD_DIR/nxt_modules.c