From 2625930938fe0e9b1b22d48167ec453d3f151d66 Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Fri, 5 Oct 2007 20:25:58 +0000 Subject: [PATCH] Fixed common object. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ab6855b..e5cc01d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.16 2007/10/05 20:01:24 ajhseppa Exp $ +# $Id: Makefile,v 1.17 2007/10/05 20:25:58 rahrenbe Exp $ # Debugging on/off #IPTV_DEBUG = 1 @@ -59,7 +59,7 @@ endif OBJS = $(PLUGIN).o config.o setup.o device.o streamer.o protocoludp.o \ protocolhttp.o protocolfile.o sectionfilter.o sidscanner.o \ - statistics.o common.c + statistics.o common.o ### The main target: