From 099d537267e8e4114128e59e2614c99d77dd4feb Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Thu, 23 Oct 2003 00:19:04 +0000 Subject: [project @ 2003-10-23 00:19:04 by jmb] Add 401login.o to targets svn path=/import/netsurf/; revision=373 --- makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index c44a6c361..269f2a728 100644 --- a/makefile +++ b/makefile @@ -13,7 +13,8 @@ OBJECTS_COMMON = cache.o content.o fetch.o fetchcache.o other.o \ OBJECTS = $(OBJECTS_COMMON) \ browser.o netsurf.o \ htmlredraw.o \ - dialog.o download.o gui.o menus.o mouseactions.o options.o textselection.o theme.o \ + 401login.o dialog.o download.o gui.o menus.o mouseactions.o \ + options.o textselection.o theme.o \ draw.o gif.o jpeg.o plugin.o png.o sprite.o \ about.o filetype.o font.o uri.o OBJECTS_DEBUG = $(OBJECTS_COMMON) \ -- cgit v1.2.3