From 64d8f9d5edca090ff3102da72d724905dc1676fd Mon Sep 17 00:00:00 2001 From: James Bursa Date: Sat, 26 Mar 2005 01:12:27 +0000 Subject: [project @ 2005-03-26 01:12:27 by bursa] Split box.c into box_construct.c, box_normalise.c, and box.c. svn path=/import/netsurf/; revision=1583 --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 0d406cb9d..d5dc1968b 100644 --- a/makefile +++ b/makefile @@ -19,8 +19,8 @@ OBJECTS_COMMON = content.o fetch.o fetchcache.o url_store.o # content/ OBJECTS_COMMON += css.o css_enum.o parser.o ruleset.o scanner.o # css/ -OBJECTS_COMMON += box.o form.o html.o html_redraw.o layout.o \ - list.o textplain.o # render/ +OBJECTS_COMMON += box.o box_construct.o box_normalise.o form.o html.o \ + html_redraw.o layout.o list.o textplain.o # render/ OBJECTS_COMMON += messages.o pool.o translit.o url.o utils.o # utils/ OBJECTS_COMMON += imagemap.o loginlist.o options.o tree.o # desktop/ -- cgit v1.2.1