summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2005-01-15 22:11:53 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2005-01-15 22:11:53 +0000
commit1487697cb3d69c8eb86b50b441f4c44fe0a0ff12 (patch)
treec33ccb65fdc3e418c6181e4b2b5efd3f13b6ab40 /makefile
parentf0b264670e57d1eefd6f7e297b87cedf38d8be9a (diff)
downloadnetsurf-1487697cb3d69c8eb86b50b441f4c44fe0a0ff12.tar.gz
netsurf-1487697cb3d69c8eb86b50b441f4c44fe0a0ff12.tar.bz2
[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
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
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/