From 366fcf3f618defa1f296116e0c1f8b5db4fbf4af Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Fri, 26 Jan 2007 00:20:53 +0000 Subject: Added a favicon for live. --- images/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'images/Makefile') 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) -- cgit v1.2.3