From 01d735dab846c9df1ec40dcc2b0fb7f3d10b84b2 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Wed, 12 Nov 2003 22:22:45 +0000 Subject: [project @ 2003-11-12 22:22:45 by jmb] Begin frames support. Just data structure handling for now. None of this code is called atm. svn path=/import/netsurf/; revision=416 --- makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 22d05f4e4..e0b7569f2 100644 --- a/makefile +++ b/makefile @@ -12,8 +12,9 @@ OBJECTS_COMMON = cache.o content.o fetch.o fetchcache.o other.o \ messages.o utils.o OBJECTS = $(OBJECTS_COMMON) \ browser.o loginlist.o netsurf.o \ - htmlredraw.o \ - 401login.o dialog.o download.o gui.o menus.o mouseactions.o \ + htmlinstance.o htmlredraw.o \ + 401login.o dialog.o download.o frames.o gui.o \ + menus.o mouseactions.o \ options.o textselection.o theme.o window.o \ draw.o gif.o jpeg.o plugin.o png.o sprite.o \ about.o filetype.o font.o uri.o -- cgit v1.2.3