summaryrefslogtreecommitdiff
path: root/images
diff options
context:
space:
mode:
Diffstat (limited to 'images')
-rw-r--r--images/Makefile2
-rw-r--r--images/active.pngbin0 -> 308 bytes
-rw-r--r--images/inactive.pngbin0 -> 437 bytes
-rw-r--r--images/record.pngbin0 -> 332 bytes
4 files changed, 1 insertions, 1 deletions
diff --git a/images/Makefile b/images/Makefile
index cedd832..e9fcf3c 100644
--- a/images/Makefile
+++ b/images/Makefile
@@ -14,7 +14,7 @@ VDRDIR ?= ../../../..
### The object files (add further files here):
-OBJS = logo.o
+OBJS = logo.o record.o active.o inactive.o
### Default rules:
diff --git a/images/active.png b/images/active.png
new file mode 100644
index 0000000..fcff3d9
--- /dev/null
+++ b/images/active.png
Binary files differ
diff --git a/images/inactive.png b/images/inactive.png
new file mode 100644
index 0000000..1f86259
--- /dev/null
+++ b/images/inactive.png
Binary files differ
diff --git a/images/record.png b/images/record.png
new file mode 100644
index 0000000..4d31d9f
--- /dev/null
+++ b/images/record.png
Binary files differ