[project @ 2005-04-16 06:46:53 by adrianl]

Fixed broken filename in object list

svn path=/import/netsurf/; revision=1650
This commit is contained in:
Adrian Lees 2005-04-16 06:46:53 +00:00
parent 1da8ee63a3
commit a2d097c45b
1 changed files with 1 additions and 1 deletions

View File

@ -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/