mirror of
https://github.com/rofafor/vdr-plugin-iptv.git
synced 2023-10-10 13:37:03 +02:00
Fixed common object.
This commit is contained in:
parent
827b1bbc2e
commit
2625930938
4
Makefile
4
Makefile
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# Makefile for a Video Disk Recorder plugin
|
# 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
|
# Debugging on/off
|
||||||
#IPTV_DEBUG = 1
|
#IPTV_DEBUG = 1
|
||||||
@ -59,7 +59,7 @@ endif
|
|||||||
|
|
||||||
OBJS = $(PLUGIN).o config.o setup.o device.o streamer.o protocoludp.o \
|
OBJS = $(PLUGIN).o config.o setup.o device.o streamer.o protocoludp.o \
|
||||||
protocolhttp.o protocolfile.o sectionfilter.o sidscanner.o \
|
protocolhttp.o protocolfile.o sectionfilter.o sidscanner.o \
|
||||||
statistics.o common.c
|
statistics.o common.o
|
||||||
|
|
||||||
### The main target:
|
### The main target:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user