summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorAdrian Lees <adrian@aemulor.com>2005-04-16 06:46:53 +0000
committerAdrian Lees <adrian@aemulor.com>2005-04-16 06:46:53 +0000
commita2d097c45b700640675fc0eaf939c813965b7be8 (patch)
tree38582b8c9a6f08c5ef4dc4790ae444a9d5170e0b /makefile
parent1da8ee63a3da0b1c6715af00e41c8fc7b3598bb0 (diff)
downloadnetsurf-a2d097c45b700640675fc0eaf939c813965b7be8.tar.gz
netsurf-a2d097c45b700640675fc0eaf939c813965b7be8.tar.bz2
[project @ 2005-04-16 06:46:53 by adrianl]
Fixed broken filename in object list svn path=/import/netsurf/; revision=1650
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 4dab9b1ef..d860d335c 100644
--- a/makefile
+++ b/makefile
@@ -21,7 +21,7 @@ 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 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 talloc.o url.o utf8.c \
+OBJECTS_COMMON += messages.o pool.o talloc.o url.o utf8.o \
utils.o # utils/
OBJECTS_COMMON += imagemap.o loginlist.o options.o selection.o \
textinput.o tree.o # desktop/