diff options
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ # See the main source file 'xineliboutput.c' for copyright information and # how to reach the author. # -# $Id: Makefile,v 1.15 2006-12-24 17:07:35 phintuka Exp $ +# $Id: Makefile,v 1.16 2006-12-31 23:08:38 phintuka Exp $ # # The official name of this plugin. @@ -223,7 +223,7 @@ ifeq ($(XINELIBOUTPUT_VDRPLUGIN), 1) i18n.o menuitems.o media_player.o equalizer.o \ frontend_local.o frontend_svr.o \ tools/cxsocket.o tools/udp_pes_scheduler.o \ - tools/backgroundwriter.o tools/playlist.o + tools/backgroundwriter.o tools/playlist.o tools/http.o OBJS_MPG = black_720x576.o nosignal_720x576.o vdrlogo_720x576.o else OBJS = |