diff options
author | montellese <montellese@xbmc.org> | 2011-11-08 17:38:09 +0100 |
---|---|---|
committer | montellese <montellese@xbmc.org> | 2012-03-27 19:59:36 +0200 |
commit | ba7f2cb0e6bc306cc280f768857889c8a0cc65ec (patch) | |
tree | 6c7732902fe73082a85c70563570f34a9c4ed229 /Makefile.in | |
parent | f7510fd0d59c8a1eddb16bbd8e90525f6cd219af (diff) |
webserver: add Makefile for httprequesthandlers for linux
Diffstat (limited to 'Makefile.in')
-rwxr-xr-x | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index e541df8eea..354ec0bc93 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/httprequesthandler/httprequesthandlers.a \ xbmc/network/websocket/websocket.a \ xbmc/network/network.a \ xbmc/peripherals/bus/peripheral-bus.a \ |