diff options
author | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2012-05-04 00:20:23 +0300 |
---|---|---|
committer | Matti Lehtimäki <matti.lehtimaki@gmail.com> | 2012-05-04 00:20:23 +0300 |
commit | 8877487555503d3615a4b17f9a9809fec2e28944 (patch) | |
tree | 42b7ecf8ce45923217d9403475d9c83e6ed4bd7d /Makefile | |
parent | 5fb133a99f38083a421dc0a33acb58a1fa674876 (diff) | |
download | vdr-plugin-epgfixer-8877487555503d3615a4b17f9a9809fec2e28944.tar.gz vdr-plugin-epgfixer-8877487555503d3615a4b17f9a9809fec2e28944.tar.bz2 |
Fix last commit.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |