diff options
author | Martin Wache <martin@debian.lan> | 2010-11-07 10:20:00 +0100 |
---|---|---|
committer | Martin Wache <martin@debian.lan> | 2010-11-07 10:20:00 +0100 |
commit | ff37e7006cea3b14bb108c68d60a97fe15074369 (patch) | |
tree | 599745deb2b43e4aa8c303fb40633757e2aa2b56 /pages/Makefile | |
parent | 0ce41c5a6c128c980be72985b6faf9e1f53ff5b9 (diff) | |
download | vdr-plugin-live-ff37e7006cea3b14bb108c68d60a97fe15074369.tar.gz vdr-plugin-live-ff37e7006cea3b14bb108c68d60a97fe15074369.tar.bz2 |
- first working version of multischedule
Diffstat (limited to 'pages/Makefile')
-rw-r--r-- | pages/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/Makefile b/pages/Makefile index 7e0ab56..c70ecb6 100644 --- a/pages/Makefile +++ b/pages/Makefile @@ -13,8 +13,8 @@ VDRDIR ?= ../../../.. ### The object files (add further files here): -OBJS = menu.o recordings.o schedule.o screenshot.o timers.o \ - whats_on.o switch_channel.o keypress.o remote.o \ +OBJS = menu.o recordings.o schedule.o multischedule.o screenshot.o \ + timers.o whats_on.o switch_channel.o keypress.o remote.o \ channels_widget.o edit_timer.o error.o pageelems.o tooltip.o \ vlc.o searchtimers.o edit_searchtimer.o searchresults.o \ searchepg.o login.o ibox.o xmlresponse.o play_recording.o \ |