diff options
Diffstat (limited to 'auto/modules')
-rw-r--r-- | auto/modules/python | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/auto/modules/python b/auto/modules/python index afb1b586..48f6e5ef 100644 --- a/auto/modules/python +++ b/auto/modules/python @@ -168,6 +168,11 @@ $echo >> $NXT_MAKEFILE NXT_PYTHON_MODULE_SRCS=" \ src/python/nxt_python.c \ + src/python/nxt_python_asgi.c \ + src/python/nxt_python_asgi_http.c \ + src/python/nxt_python_asgi_lifespan.c \ + src/python/nxt_python_asgi_str.c \ + src/python/nxt_python_asgi_websocket.c \ src/python/nxt_python_wsgi.c \ " |