From 3fb3866dfbc39ef54decd291d9300838f58b56d7 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sat, 27 Mar 2004 18:47:21 +0000 Subject: [project @ 2004-03-27 18:47:21 by bursa] Add save_complete to the debug build. svn path=/import/netsurf/; revision=679 --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 3808a1dd3..b405efea3 100644 --- a/makefile +++ b/makefile @@ -10,7 +10,7 @@ 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 + jpeg.o save_complete.o OBJECTS = $(OBJECTS_COMMON) \ browser.o loginlist.o netsurf.o options.o \ htmlinstance.o htmlredraw.o \ @@ -20,7 +20,7 @@ OBJECTS = $(OBJECTS_COMMON) \ draw.o gif.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_complete.o save_draw.o save_text.o schedule.o + save.o save_draw.o save_text.o schedule.o OBJECTS_DEBUG = $(OBJECTS_COMMON) \ netsurfd.o \ options.o filetyped.o fontd.o -- cgit v1.2.3