diff options
Diffstat (limited to 'auto/make')
-rw-r--r-- | auto/make | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |