From 4a1b59c27a8e85fc3b03c420fbc1642ce52e96cf Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Fri, 23 Jun 2017 19:20:08 +0300 Subject: External Go app request processing. --- auto/make | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'auto/make') 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. -- cgit