From 30042f2bfcd7047bf19d507af862e952ffb9ae7b Mon Sep 17 00:00:00 2001 From: Petri Hintukainen Date: Sun, 6 Jan 2013 11:56:12 +0200 Subject: Added missing titlemenu.o to object files --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a97380a..129abd1 100644 --- a/Makefile +++ b/Makefile @@ -54,7 +54,7 @@ DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' ### The object files (add further files here): -OBJS = $(PLUGIN).o bdplayer.o discmgr.o +OBJS = $(PLUGIN).o bdplayer.o discmgr.o titlemenu.o ### The main target: -- cgit v1.2.3