From 7173683e4cd89bd981421aa59e29d54705b295a2 Mon Sep 17 00:00:00 2001 From: Lars Hanisch Date: Sun, 21 Mar 2010 22:08:40 +0100 Subject: 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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: -- cgit v1.2.3