diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-05 17:50:29 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-05 17:50:29 +0000 |
commit | 5db7bc2bcf45e33e0cd1f58042751d69f29a4023 (patch) | |
tree | 1487cbb74ab8f56bf78575997a0c82b38d25d478 /pages | |
parent | 51d6eb32ca209b0aa1b10c905db2f85e27a50ce5 (diff) | |
download | vdr-plugin-live-5db7bc2bcf45e33e0cd1f58042751d69f29a4023.tar.gz vdr-plugin-live-5db7bc2bcf45e33e0cd1f58042751d69f29a4023.tar.bz2 |
Added 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 53266af..d0a331d 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 + keypress.o remote.o new_timer.o ### Default rules: |