aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormontellese <montellese@xbmc.org>2012-09-24 21:59:18 +0200
committermontellese <montellese@xbmc.org>2012-10-10 23:08:05 +0200
commit65451ebb74083cd53a6effa73d42204018d0dbcf (patch)
treecc49e7e4758fe351944423b0a24388814fa1b0ea
parentaf66b90e859c03c6b6ab13e291088f1cf7ad4e55 (diff)
[linux] remove HTTP-API references
-rw-r--r--Makefile.in1
-rw-r--r--xbmc/network/httprequesthandler/Makefile3
2 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.in b/Makefile.in
index 97ae7ebf13..31826b1afc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -48,7 +48,6 @@ DIRECTORY_ARCHIVES=$(DVDPLAYER_ARCHIVES) \
xbmc/filesystem/filesystem.a \
xbmc/guilib/guilib.a \
xbmc/input/input.a \
- xbmc/interfaces/http-api/http-api.a \
xbmc/interfaces/info/info.a \
xbmc/interfaces/interfaces.a \
xbmc/interfaces/json-rpc/json-rpc.a \
diff --git a/xbmc/network/httprequesthandler/Makefile b/xbmc/network/httprequesthandler/Makefile
index 47ca37f63c..aae8aa5910 100644
--- a/xbmc/network/httprequesthandler/Makefile
+++ b/xbmc/network/httprequesthandler/Makefile
@@ -1,5 +1,4 @@
-SRCS=HTTPApiHandler.cpp \
- HTTPImageHandler.cpp \
+SRCS=HTTPImageHandler.cpp \
HTTPJsonRpcHandler.cpp \
HTTPVfsHandler.cpp \
HTTPWebinterfaceAddonsHandler.cpp \