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 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.