diff options
author | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-05 17:56:07 +0000 |
---|---|---|
committer | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-05 17:56:07 +0000 |
commit | 578473660349a456d9af8555e208c1d3b464c887 (patch) | |
tree | 8eadcf4f6053d1cb0fb62696a6e3bc2bd3699cd7 /pages | |
parent | 7bcbbc2b3989cf59562c3837cd3ac23c9d7c681c (diff) | |
download | vdr-plugin-live-578473660349a456d9af8555e208c1d3b464c887.tar.gz vdr-plugin-live-578473660349a456d9af8555e208c1d3b464c887.tar.bz2 |
- intermediate version without edit/new timer
Diffstat (limited to 'pages')
-rw-r--r-- | pages/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/Makefile b/pages/Makefile index d0a331d..53266af 100644 --- a/pages/Makefile +++ b/pages/Makefile @@ -17,7 +17,7 @@ VDRDIR ?= ../../../.. OBJS = menu.o event_widget.o channels.o recordings.o schedule.o \ screenshot.o timers.o whats_on_now.o whats_on_next.o \ - keypress.o remote.o new_timer.o + keypress.o remote.o ### Default rules: |