From 8877487555503d3615a4b17f9a9809fec2e28944 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matti=20Lehtim=C3=A4ki?= Date: Fri, 4 May 2012 00:20:23 +0300 Subject: Fix last commit. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4bdbdf6..868b76d 100644 --- a/Makefile +++ b/Makefile @@ -57,7 +57,7 @@ DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' ### The object files (add further files here): -OBJS = $(PLUGIN).o config.o epghandler.o setup_menu.o regexp.o +OBJS = $(PLUGIN).o charset.o config.o epghandler.o regexp.o setup_menu.o tools.o ifeq ($(REGEXLIB), pcre) LIBS += $(shell pcre-config --libs-posix) -- cgit v1.2.3