summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetri Hintukainen <phintuka@users.sourceforge.net>2013-01-06 11:56:12 +0200
committerPetri Hintukainen <phintuka@users.sourceforge.net>2013-01-06 11:56:12 +0200
commit30042f2bfcd7047bf19d507af862e952ffb9ae7b (patch)
treef4f1448ad601ecad2abc7343a78514c70bbf4c9e
parent202a2beaac8949b1e192790242c9bc9c9b2230d0 (diff)
downloadvdr-plugin-bluray-30042f2bfcd7047bf19d507af862e952ffb9ae7b.tar.gz
vdr-plugin-bluray-30042f2bfcd7047bf19d507af862e952ffb9ae7b.tar.bz2
Added missing titlemenu.o to object files
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: