From ee9a4712cddef9c318977b16b76b8c525d0f8908 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 15 Apr 2005 18:00:21 +0000 Subject: [project @ 2005-04-15 18:00:19 by jmb] Split out generic text input code. Support internationalised text input. Fix textarea-related bugs. svn path=/import/netsurf/; revision=1642 --- makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 5e1eb0c80..6a682236a 100644 --- a/makefile +++ b/makefile @@ -22,8 +22,8 @@ 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 utils.o # utils/ -OBJECTS_COMMON += imagemap.o loginlist.o options.o \ - selection.o tree.o # desktop/ +OBJECTS_COMMON += imagemap.o loginlist.o options.o selection.o \ + textinput.o tree.o # desktop/ OBJECTS_IMAGE = jpeg.o mng.o gif.o gifread.o # image/ -- cgit v1.2.3