From 72d7261885bf05599310f75883dcdc9d9e190d6c Mon Sep 17 00:00:00 2001 From: Timo Eskola Date: Wed, 29 Aug 2018 11:56:19 +0300 Subject: Refactored duplicate detection to own classes. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 813bdb4..22afcfb 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' ### The object files (add further files here): -OBJS = $(PLUGIN).o menu.o config.o visibility.o +OBJS = $(PLUGIN).o menu.o config.o visibility.o recording.o ### The main target: -- cgit v1.2.3