summaryrefslogtreecommitdiffhomepage
path: root/auto
diff options
context:
space:
mode:
authorMax Romanov <max.romanov@nginx.com>2020-09-14 13:27:02 +0300
committerMax Romanov <max.romanov@nginx.com>2020-09-14 13:27:02 +0300
commitd94dac091f6a6878f10cfc8fa1ef059dd6bfe964 (patch)
treed8ca43e887834a58329895d65b3081347924fca9 /auto
parentd483aa74e61af411e40e98153a597d5a0473e2f1 (diff)
downloadunit-d94dac091f6a6878f10cfc8fa1ef059dd6bfe964.tar.gz
unit-d94dac091f6a6878f10cfc8fa1ef059dd6bfe964.tar.bz2
Python: split module initialization from WSGI implementation.
This is required for futher ASGI implementation.
Diffstat (limited to 'auto')
-rw-r--r--auto/modules/python1
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/modules/python b/auto/modules/python
index 0e80d93f..afb1b586 100644
--- a/auto/modules/python
+++ b/auto/modules/python
@@ -167,6 +167,7 @@ $echo " + Python module: ${NXT_PYTHON_MODULE}.unit.so"
$echo >> $NXT_MAKEFILE
NXT_PYTHON_MODULE_SRCS=" \
+ src/python/nxt_python.c \
src/python/nxt_python_wsgi.c \
"