From 6b488dcedf24cf9b4890505eba992d683eedecac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matti=20Lehtim=C3=A4ki?= Date: Sat, 12 May 2012 14:42:01 +0300 Subject: =?UTF-8?q?Support=20for=20ignoring=20and=20copying=20EPG=20data.?= =?UTF-8?q?=20Bug=20fixes.=20Fix=20character=20set=20conversion=20for=20se?= =?UTF-8?q?lected=20channels.=20Fix=20and=20improve=20Makefile=20(thanks?= =?UTF-8?q?=20to=20Ville=20Skytt=C3=A4=20and=20Rolf=20Ahrenberg).=20Fix=20?= =?UTF-8?q?compiling=20with=20g++-4.7.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 90871de..3a64ae7 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ endif ### The object files (add further files here): -OBJS = $(PLUGIN).o charset.o config.o epghandler.o regexp.o setup_menu.o tools.o +OBJS = $(PLUGIN).o blacklist.o charset.o config.o epgclone.o epghandler.o regexp.o setup_menu.o tools.o ifeq ($(REGEXLIB), pcre) LIBS += $(shell pcre-config --libs-posix) -- cgit v1.2.3