aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authormontellese <montellese@xbmc.org>2011-10-25 12:20:57 +0200
committerMontellese <montellese@xbmc.org>2012-03-20 10:17:00 +0100
commit202b277797049aa71288ee4df898677f8d70c670 (patch)
tree81ca7f195aa29c618ced22215d239edd0eaeca4b /Makefile.in
parentaff91adbbe9f4c8a59b537c1f1eaa8e614ff8438 (diff)
network: add websocket implementation
Implementation after draft-ietf-hybi-thewebsocketprotocol-10 (http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-10). The usage of wss (secure websocket using TLS (Transport Layer Security)) is not yet supported.
Diffstat (limited to 'Makefile.in')
-rwxr-xr-xMakefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 9d850e4be4..e541df8eea 100755
--- a/Makefile.in
+++ b/Makefile.in
@@ -61,6 +61,7 @@ DIRECTORY_ARCHIVES=$(DVDPLAYER_ARCHIVES) \
xbmc/music/tags/musictags.a \
xbmc/music/windows/musicwindows.a \
xbmc/network/libscrobbler/scrobbler.a \
+ xbmc/network/websocket/websocket.a \
xbmc/network/network.a \
xbmc/peripherals/bus/peripheral-bus.a \
xbmc/peripherals/devices/peripheral-devices.a \