summaryrefslogtreecommitdiffhomepage
path: root/auto/make
diff options
context:
space:
mode:
authorMax Romanov <max.romanov@nginx.com>2017-06-23 19:20:08 +0300
committerMax Romanov <max.romanov@nginx.com>2017-06-23 19:20:08 +0300
commit5a43bd0bfd1eaa60dede7beb3206a53e8d008fa4 (patch)
tree1b5fed79ddee1a884e117c7710593a3dfe298d94 /auto/make
parentfa6582d9ad581451c8406ec2022b5df23676d0bb (diff)
downloadunit-5a43bd0bfd1eaa60dede7beb3206a53e8d008fa4.tar.gz
unit-5a43bd0bfd1eaa60dede7beb3206a53e8d008fa4.tar.bz2
PHP app request processing.
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 c34b2a71..328107d5 100644
--- a/auto/make
+++ b/auto/make
@@ -231,6 +231,10 @@ if [ $NXT_PYTHON_MODULE != NO ]; then
. auto/modules/python/make
fi
+if [ $NXT_PHP_MODULE != NO ]; then
+ . auto/modules/php/make
+fi
+
# Makefile.
# *.dSYM is MacOSX Clang debug information.