diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-26 00:20:53 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-01-26 00:20:53 +0000 |
commit | 366fcf3f618defa1f296116e0c1f8b5db4fbf4af (patch) | |
tree | 3ab51569579cd657225fb5207a9e1911ef4dde5c /images/Makefile | |
parent | 3625a37f7faf0e8326b0c496e9c0c3fba504740c (diff) | |
download | vdr-plugin-live-366fcf3f618defa1f296116e0c1f8b5db4fbf4af.tar.gz vdr-plugin-live-366fcf3f618defa1f296116e0c1f8b5db4fbf4af.tar.bz2 |
Added a favicon for live.
Diffstat (limited to 'images/Makefile')
-rw-r--r-- | images/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/images/Makefile b/images/Makefile index 7ffef7e..09a1029 100644 --- a/images/Makefile +++ b/images/Makefile @@ -19,8 +19,8 @@ OBJS = logo.o record.o active.o inactive.o button_blue.o \ transparent.o edit.o del.o play.o close.o \ bg_header_h.o bg_header_l.o bg_header_r.o \ bg_box_h.o bg_box_l.o bg_box_r.o \ - movie.o menu_line_bg.o bg_line.o bg_tools.o \ - zap.o + movie.o menu_line_bg.o bg_line.o bg_tools.o \ + zap.o favicon.o ### Default rules: @@ -36,6 +36,9 @@ all: libimages.a %.cpp: %.png $(ECPPC) $(ECPPFLAGS) $(ECPPFLAGS_CSS) -b -m "image/png" $< +%.cpp: %.ico + $(ECPPC) $(ECPPFLAGS) $(ECPPFLAGS_CSS) -b -m "image/x-icon" $< + ### Targets: libimages.a: $(OBJS) |