diff options
Diffstat (limited to 'images')
-rw-r--r-- | images/Makefile | 2 | ||||
-rw-r--r-- | images/active.png | bin | 0 -> 308 bytes | |||
-rw-r--r-- | images/inactive.png | bin | 0 -> 437 bytes | |||
-rw-r--r-- | images/record.png | bin | 0 -> 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 Binary files differnew file mode 100644 index 0000000..fcff3d9 --- /dev/null +++ b/images/active.png diff --git a/images/inactive.png b/images/inactive.png Binary files differnew file mode 100644 index 0000000..1f86259 --- /dev/null +++ b/images/inactive.png diff --git a/images/record.png b/images/record.png Binary files differnew file mode 100644 index 0000000..4d31d9f --- /dev/null +++ b/images/record.png |