From ac7c95a64147987fb809d9b6fc1c8357a65dd537 Mon Sep 17 00:00:00 2001 From: James Bursa Date: Wed, 14 Apr 2004 12:54:20 +0000 Subject: [project @ 2004-04-14 12:54:20 by bursa] Add loginlist to the debug build and schedule to the debugro build. svn path=/import/netsurf/; revision=783 --- makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 2dd7ab689..1832b9457 100644 --- a/makefile +++ b/makefile @@ -10,9 +10,9 @@ 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 + jpeg.o save_complete.o loginlist.o OBJECTS = $(OBJECTS_COMMON) \ - browser.o loginlist.o netsurf.o options.o \ + 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 \ @@ -31,7 +31,7 @@ OBJECTS_DEBUGRO = $(OBJECTS_COMMON) \ draw.o gif.o png.o sprite.o \ about.o filetype.o \ version.o \ - options.o font.o + options.o font.o schedule.o VPATH = content:css:desktop:render:riscos:utils:debug WARNFLAGS = -W -Wall -Wundef -Wpointer-arith -Wbad-function-cast -Wcast-qual \ -Wcast-align -Wwrite-strings -Wstrict-prototypes \ -- cgit v1.2.3