diff options
author | Martin Prochnow <nordlicht@martins-kabuff.de> | 2006-03-16 20:17:58 +0100 |
---|---|---|
committer | Andreas Mair <andreas@vdr-developer.org> | 2006-03-16 20:17:58 +0100 |
commit | a245047c8c60d3acc0af75f5ffc7479cfeacd34d (patch) | |
tree | 1623a6f2239d242eb40eaaaa86a2be7a1e72443a /Makefile | |
parent | dda6babd28ffef10bed47f53f2b4a9168fa90a67 (diff) | |
download | vdr-plugin-extrecmenu-0.6.tar.gz vdr-plugin-extrecmenu-0.6.tar.bz2 |
Version 0.6v0.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
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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: |