diff options
author | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-04 15:30:39 +0000 |
---|---|---|
committer | Sascha Volkenandt <sascha (at) akv-soft (dot) de> | 2007-01-04 15:30:39 +0000 |
commit | c5a3d10682655b4eed3839cf26729821b70948d6 (patch) | |
tree | 3cc27cf2b0b3065f603dd063c9adc2361513d7fd /pages/Makefile | |
parent | 64eaee28c243214e654c60b06a27212e8dcb5c02 (diff) | |
download | vdr-plugin-live-c5a3d10682655b4eed3839cf26729821b70948d6.tar.gz vdr-plugin-live-c5a3d10682655b4eed3839cf26729821b70948d6.tar.bz2 |
- added screenshot page, which delivers a grabbed image from the primary device as jpeg
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: |