Tests about a simple python3 fastcgi runner using libfcgi and the Python-C API.
python
c
wsgi
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile.am 129B

123456789
  1. SUBDIRS = src tests
  2. if HAVE_DOXYGEN
  3. SUBDIRS += docs
  4. docs:
  5. -cd docs; rm doxyfile.stamp; make doxyfile.stamp
  6. .PHONY: docs
  7. endif