diff options
author | Michael Brückner <mb (plus) vdr (at) gekrumbel (dot) de> | 2007-04-19 10:49:42 +0000 |
---|---|---|
committer | Michael Brückner <mb (plus) vdr (at) gekrumbel (dot) de> | 2007-04-19 10:49:42 +0000 |
commit | e6173965ad135773b7c05847e8e3bc78ffdbf85c (patch) | |
tree | dd1a077d333e503b99744f1f094a84d9da1bf56f /images/Makefile | |
parent | 558d17bf84ec51915882a1751e4a32437da4177a (diff) | |
download | vdr-plugin-live-e6173965ad135773b7c05847e8e3bc78ffdbf85c.tar.gz vdr-plugin-live-e6173965ad135773b7c05847e8e3bc78ffdbf85c.tar.bz2 |
- added search image (search.png)
Diffstat (limited to 'images/Makefile')
-rw-r--r-- | images/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/images/Makefile b/images/Makefile index 1e6a583..a7f378d 100644 --- a/images/Makefile +++ b/images/Makefile @@ -21,7 +21,7 @@ OBJS = logo.o record.o active.o inactive.o button_blue.o \ bg_box_l.o bg_box_r.o movie.o menu_line_bg.o \ bg_line.o bg_tools.o zap.o favicon.o bg_line_top.o \ reload.o stop.o one_uparrow.o one_downarrow.o tv.o \ - remotecontrol.o + remotecontrol.o search.o ### Default rules: |