From 3c04e4ce347dff915def3a79f348f2f46e60564d Mon Sep 17 00:00:00 2001 From: Martin Prochnow Date: Mon, 17 Apr 2006 17:00:18 +0200 Subject: =?UTF-8?q?Version=200.9a=20-=20fixed=20#ifdef's=20for=20JumpPlay-?= =?UTF-8?q?patch=20in=20myreplaycontrol.c;=20thanks=20to=20Thomas=20G?= =?UTF-8?q?=C3=BCnther=20for=20reporting=20-=20include=20fixed=20'dvdarchi?= =?UTF-8?q?ve.sh',=20umount=20wasn't=20possible;=20thanks=20to=20Mase=20fr?= =?UTF-8?q?om=20vdr-portal.de=20for=20reporting=20-=20added=20support=20fo?= =?UTF-8?q?r=20CmdSubMenu-patch,=20it=20should=20now=20be=20possible=20to?= =?UTF-8?q?=20use=20sub=20menus=20if=20you=20patched=20your=20VDR=20with?= =?UTF-8?q?=20BigPatch=20or=20CmdSubMenu-patch?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index e2318df..af730f8 100644 --- a/Makefile +++ b/Makefile @@ -46,9 +46,8 @@ DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' ### The object files (add further files here): -OBJS = $(PLUGIN).o mymenurecordings.o myreplaycontrol.o mymenurenamerecording.o \ - mymenumoverecording.o i18n.o mymenurecordinginfo.o mymenusetup.o \ - mymenucommands.o patchfont.o tools.o mymenurecordingdetails.o +OBJS = $(PLUGIN).o mymenurecordings.o myreplaycontrol.o i18n.o mymenurecordinginfo.o \ + mymenusetup.o mymenucommands.o patchfont.o tools.o mymenueditrecording.o ### Implicit rules: -- cgit v1.2.3