summaryrefslogtreecommitdiffhomepage
path: root/auto/make
diff options
context:
space:
mode:
Diffstat (limited to 'auto/make')
-rw-r--r--auto/make4
1 files changed, 4 insertions, 0 deletions
diff --git a/auto/make b/auto/make
index 328107d5..607f02fb 100644
--- a/auto/make
+++ b/auto/make
@@ -235,6 +235,10 @@ if [ $NXT_PHP_MODULE != NO ]; then
. auto/modules/php/make
fi
+if [ $NXT_GO_MODULE != NO ]; then
+ . auto/modules/go/make
+fi
+
# Makefile.
# *.dSYM is MacOSX Clang debug information.