aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authormontellese <montellese@xbmc.org>2015-07-14 21:19:09 +0200
committermontellese <montellese@xbmc.org>2015-07-14 21:19:09 +0200
commit0174299c5c077951762ba79f92203dd128fc7a33 (patch)
tree04906cc7a44bad19df55d71d521a1011b6e75d9f /Makefile.in
parent691b579a124bff9f408f2a8fde0924032084cf26 (diff)
[Makefile.in] only build xbmc/interfaces/legacy/wsgi/legacy-wsgi.a if webserver is enabled
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 123e6b246a..02bfc16a4d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -104,12 +104,12 @@ NWAOBJSXBMC= xbmc/threads/threads.a \
ifeq (@USE_WEB_SERVER@,1)
+DIRECTORY_ARCHIVES += xbmc/interfaces/legacy/wsgi/legacy-wsgi.a
DIRECTORY_ARCHIVES += xbmc/network/httprequesthandler/httprequesthandlers.a
DIRECTORY_ARCHIVES += xbmc/network/httprequesthandler/python/httprequesthandlers-python.a
endif
DIRECTORY_ARCHIVES += xbmc/interfaces/legacy/legacy.a
-DIRECTORY_ARCHIVES += xbmc/interfaces/legacy/wsgi/legacy-wsgi.a
DIRECTORY_ARCHIVES += xbmc/interfaces/python/python_binding.a
ifeq (@USE_OPENGL@,1)