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.27 2008-01-01 07:43:10 phintuka Exp $ +# $Id: Makefile,v 1.28 2008-02-05 00:08:20 phintuka Exp $ # # The official name of this plugin. @@ -259,7 +259,7 @@ ifeq ($(XINELIBOUTPUT_VDRPLUGIN), 1) frontend_local.o frontend_svr.o \ tools/cxsocket.o tools/udp_pes_scheduler.o \ tools/backgroundwriter.o tools/playlist.o tools/http.o \ - tools/vdrdiscovery.o tools/time_pts.o + tools/vdrdiscovery.o tools/time_pts.o tools.o OBJS_MPG = black_720x576.o nosignal_720x576.o vdrlogo_720x576.o else OBJS = |