diff options
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 9024106..d55b4a5 100644 --- a/pages/Makefile +++ b/pages/Makefile @@ -15,8 +15,8 @@ VDRDIR ?= ../../../.. ### The object files (add further files here): -OBJS = menu.o event_widget.o channels.o schedule.o whats_on_now.o whats_on_next.o timers.o \ - screenshot.o +OBJS = menu.o event_widget.o channels.o recordings.o schedule.o \ + screenshot.o timers.o whats_on_now.o whats_on_next.o ### Default rules: |