aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authormontellese <montellese@xbmc.org>2014-12-30 13:58:42 +0100
committermontellese <montellese@xbmc.org>2015-03-01 14:52:05 +0100
commit21c5f0269a229f96d7c701dd0eb79f59cefacf6f (patch)
tree8dfd3d8efe39711db22f37bc55b57c3fce4ba289 /Makefile.in
parent12917d556ab25defdba5264e93622df9e60bee66 (diff)
webserver: add CHTTPPythonInvoker and CHTTPPythonWsgiInvoker to run python scripts from webinterfaces using WSGI
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
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