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 /Makefile.in | |
parent | 12917d556ab25defdba5264e93622df9e60bee66 (diff) |
webserver: add CHTTPPythonInvoker and CHTTPPythonWsgiInvoker to run python scripts from webinterfaces using WSGI
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 5a99227c4c..7b3fce69a0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -107,6 +107,7 @@ NWAOBJSXBMC= xbmc/threads/threads.a \ ifeq (@USE_WEB_SERVER@,1) DIRECTORY_ARCHIVES += xbmc/network/httprequesthandler/httprequesthandlers.a +DIRECTORY_ARCHIVES += xbmc/network/httprequesthandler/python/httprequesthandlers-python.a endif DIRECTORY_ARCHIVES += xbmc/interfaces/legacy/legacy.a |