summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLars Hanisch <dvb@flensrocker.de>2010-03-21 22:08:40 +0100
committerLars Hanisch <dvb@flensrocker.de>2010-03-21 22:29:00 +0100
commit7173683e4cd89bd981421aa59e29d54705b295a2 (patch)
treee42516a66c6c9b60ba1b01dc32dfdd66a01b0271 /Makefile
parentf11fc2990b13af1f9bd34e4d42a4dccc0d5eaa17 (diff)
downloadvdr-plugin-pvrinput-7173683e4cd89bd981421aa59e29d54705b295a2.tar.gz
vdr-plugin-pvrinput-7173683e4cd89bd981421aa59e29d54705b295a2.tar.bz2
Refactoring of cPvrSourceParam: it can now be used by ParseChannels
The parsing and writing of the channel's source parameter is now focused at one place.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index bffb464..3817a60 100644
--- a/Makefile
+++ b/Makefile
@@ -55,7 +55,7 @@ DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"'
### The object files (add further files here):
-OBJS = pvrinput.o common.o device.o reader.o menu.o setup.o filter.o
+OBJS = pvrinput.o common.o device.o reader.o menu.o setup.o filter.o sourceparams.o
### The main target: