From 1f07fc6de5ae4e9999efb1fc1cd0f25a27f1bd64 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sat, 24 Apr 2004 23:42:32 +0000 Subject: [project @ 2004-04-24 23:42:31 by bursa] Replace void pointer in content callbacks with union content_msg_data. Fix animated gif flickering (except for scaled or masked gifs). Add gif to the debug builds. svn path=/import/netsurf/; revision=801 --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 1832b9457..846a5ded1 100644 --- a/makefile +++ b/makefile @@ -10,14 +10,14 @@ OBJECTS_COMMON = cache.o content.o fetch.o fetchcache.o \ css.o css_enum.o parser.o ruleset.o scanner.o \ box.o form.o html.o layout.o textplain.o \ messages.o utils.o translit.o pool.o url.o imagemap.o \ - jpeg.o save_complete.o loginlist.o + jpeg.o save_complete.o loginlist.o gif.o gifread.o OBJECTS = $(OBJECTS_COMMON) \ browser.o netsurf.o options.o \ htmlinstance.o htmlredraw.o \ 401login.o constdata.o dialog.o download.o frames.o gui.o \ menus.o mouseactions.o \ textselection.o theme.o window.o \ - draw.o gif.o gifread.o plugin.o png.o sprite.o \ + draw.o plugin.o png.o sprite.o \ about.o filetype.o font.o uri.o url_protocol.o history.o \ version.o thumbnail.o \ save.o save_draw.o save_text.o schedule.o -- cgit v1.2.3