diff options
author | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-07 17:24:52 +0000 |
---|---|---|
committer | Thomas Keil <tkeil (at) datacrystal (dot) de> | 2007-01-07 17:24:52 +0000 |
commit | b22aa00d8e02351a3bdc9e8823826bfc54c7ba59 (patch) | |
tree | 874e2f3e55b9875b481865d6c7b4696b676705a0 /pages/Makefile | |
parent | 257c9d40ab5cf391d0ec11cf73991cfa61a8b3d6 (diff) | |
download | vdr-plugin-live-b22aa00d8e02351a3bdc9e8823826bfc54c7ba59.tar.gz vdr-plugin-live-b22aa00d8e02351a3bdc9e8823826bfc54c7ba59.tar.bz2 |
removed event_widget
Diffstat (limited to 'pages/Makefile')
-rw-r--r-- | pages/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/pages/Makefile b/pages/Makefile index 1425c1c..f668a9f 100644 --- a/pages/Makefile +++ b/pages/Makefile @@ -15,10 +15,10 @@ VDRDIR ?= ../../../.. ### The object files (add further files here): -OBJS = menu.o event_widget.o channels.o recordings.o schedule.o \ - screenshot.o timers.o whats_on_now.o whats_on_next.o \ +OBJS = menu.o channels.o recordings.o schedule.o \ + screenshot.o timers.o whats_on.o \ keypress.o remote.o channels_widget.o edit_timer.o \ - error_widget.o error.o pageelems.o + error_widget.o error.o pageelems.o tooltip_widget.o ### Default rules: |