diff options
author | Max Romanov <max.romanov@nginx.com> | 2017-06-23 19:20:08 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2017-06-23 19:20:08 +0300 |
commit | 4a1b59c27a8e85fc3b03c420fbc1642ce52e96cf (patch) | |
tree | c72ab253541c53dd918afc86973192416078fceb /auto/make | |
parent | 5a43bd0bfd1eaa60dede7beb3206a53e8d008fa4 (diff) | |
download | unit-4a1b59c27a8e85fc3b03c420fbc1642ce52e96cf.tar.gz unit-4a1b59c27a8e85fc3b03c420fbc1642ce52e96cf.tar.bz2 |
External Go app request processing.
Diffstat (limited to 'auto/make')
-rw-r--r-- | auto/make | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |