diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-06 17:17:33 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-06 17:17:33 +0000 |
commit | 8a08fe2731a08e595530376a1a8856d851fc8f27 (patch) | |
tree | 06625d02124669c997a7535d37e4472a5995df9b /images/Makefile | |
parent | 9d30ca58281c0aaedcb5aa6c3a825bab892a3a12 (diff) | |
download | vdr-plugin-live-8a08fe2731a08e595530376a1a8856d851fc8f27.tar.gz vdr-plugin-live-8a08fe2731a08e595530376a1a8856d851fc8f27.tar.bz2 |
Collapsable treeview of recordings (almost)
Diffstat (limited to 'images/Makefile')
-rw-r--r-- | images/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/images/Makefile b/images/Makefile index 8194e9c..fb4a949 100644 --- a/images/Makefile +++ b/images/Makefile @@ -14,7 +14,9 @@ VDRDIR ?= ../../../.. ### The object files (add further files here): -OBJS = logo.o record.o active.o inactive.o button_blue.o +OBJS = logo.o record.o active.o inactive.o button_blue.o \ + file.o folder_closed.o folder_open.o plus.o minus.o \ + transparent.o ### Default rules: |