diff options
Diffstat (limited to 'pages/Makefile')
-rw-r--r-- | pages/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/Makefile b/pages/Makefile index 8da6bb1..6bf3286 100644 --- a/pages/Makefile +++ b/pages/Makefile @@ -16,7 +16,7 @@ VDRDIR ?= ../../../.. ### The object files (add further files here): OBJS = menu.o channels.o recordings.o schedule.o \ - screenshot.o timers.o whats_on.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_widget.o |