From 554759de812beb5dcfdc423b1225e5e15ef80713 Mon Sep 17 00:00:00 2001 From: Timo Eskola Date: Tue, 8 Sep 2015 12:49:50 +0300 Subject: Version 0.0.4: - Added configuration option for title comparison. - Added play button, thanks to Matthias Feistel. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 042b894..a5ff4cd 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' ### The object files (add further files here): -OBJS = $(PLUGIN).o menu.o +OBJS = $(PLUGIN).o menu.o config.o ### The main target: -- cgit v1.2.3