From 1fe91e7362cc992d8375b7cb3de402ca61394bdf Mon Sep 17 00:00:00 2001 From: Petri Hintukainen Date: Wed, 9 Jan 2013 21:11:27 +0200 Subject: Added simple disc library menu --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 129abd1..a2a08b6 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 titlemenu.o +OBJS = $(PLUGIN).o bdplayer.o discmgr.o titlemenu.o discmenu.o ### The main target: -- cgit v1.2.3