diff options
author | montellese <montellese@xbmc.org> | 2014-12-30 13:58:42 +0100 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2015-03-01 14:52:05 +0100 |
commit | 21c5f0269a229f96d7c701dd0eb79f59cefacf6f (patch) | |
tree | 8dfd3d8efe39711db22f37bc55b57c3fce4ba289 /configure.in | |
parent | 12917d556ab25defdba5264e93622df9e60bee66 (diff) |
webserver: add CHTTPPythonInvoker and CHTTPPythonWsgiInvoker to run python scripts from webinterfaces using WSGI
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 6453979feb..28e7bac9ab 100644 --- a/configure.in +++ b/configure.in @@ -2531,6 +2531,7 @@ OUTPUT_FILES="Makefile \ xbmc/input/linux/Makefile \ xbmc/interfaces/Makefile \ xbmc/network/Makefile \ + xbmc/network/httprequesthandler/python/Makefile \ xbmc/network/upnp/Makefile \ lib/libRTV/Makefile \ lib/libexif/Makefile \ |