diff options
Diffstat (limited to 'pages/Makefile')
-rw-r--r-- | pages/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pages/Makefile b/pages/Makefile index 1e91fb6..9024106 100644 --- a/pages/Makefile +++ b/pages/Makefile @@ -15,7 +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 +OBJS = menu.o event_widget.o channels.o schedule.o whats_on_now.o whats_on_next.o timers.o \ + screenshot.o ### Default rules: |