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