From b94ebafe8c2f32b404d69f1ea8e6bc2de68e606a Mon Sep 17 00:00:00 2001 From: Timo Eskola Date: Tue, 8 Sep 2015 12:59:54 +0300 Subject: Version 0.1.0: - Added hiding of duplicate recordings. - Updated German translations, thanks to Joerg Bornkessel. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 812ffce..813bdb4 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 +OBJS = $(PLUGIN).o menu.o config.o visibility.o ### The main target: -- cgit v1.2.3