From a245047c8c60d3acc0af75f5ffc7479cfeacd34d Mon Sep 17 00:00:00 2001 From: Martin Prochnow Date: Thu, 16 Mar 2006 20:17:58 +0100 Subject: Version 0.6 - after the replay of a recording ended, the menu jumps now to the last replayed recording - recording commands like in VDR's recordings menu now work - start to write some documentation in README --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1a52cef..0533057 100644 --- a/Makefile +++ b/Makefile @@ -47,7 +47,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 mydvbplayer.o mymenurecordinginfo.o mymenusetup.o + mymenumoverecording.o i18n.o mydvbplayer.o mymenurecordinginfo.o mymenusetup.o \ + mymenucommands.o ### Implicit rules: -- cgit v1.2.3