summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2005-04-15 18:00:21 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2005-04-15 18:00:21 +0000
commitee9a4712cddef9c318977b16b76b8c525d0f8908 (patch)
tree2dfc05c332ba06dce83f9ea787d2929ebb1982c6 /makefile
parent34b92e905fa29ba7e7c279a72f3b0fb9bc626a4a (diff)
downloadnetsurf-ee9a4712cddef9c318977b16b76b8c525d0f8908.tar.gz
netsurf-ee9a4712cddef9c318977b16b76b8c525d0f8908.tar.bz2
[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
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
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/