From 1487697cb3d69c8eb86b50b441f4c44fe0a0ff12 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Sat, 15 Jan 2005 22:11:53 +0000 Subject: [project @ 2005-01-15 22:11:53 by rjw] Background work for CSS counters (CSS 2.1/12.4) svn path=/import/netsurf/; revision=1449 --- makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'makefile') diff --git a/makefile b/makefile index a2260a557..991d83c97 100644 --- a/makefile +++ b/makefile @@ -20,7 +20,7 @@ OBJECTS_COMMON = content.o fetch.o fetchcache.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 \ - textplain.o # render/ + 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.3