summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2013-02-07 14:28:20 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2013-02-07 14:28:20 +0000
commitcb283c516a0c727953d33d9d202f9666ac53b2f5 (patch)
tree5437e9fe4e9d08028b027f3e6abf7559bb1ecec6 /Makefile.sources
parent2979a19786ed8248b32a8b63e297fb2638744dc9 (diff)
downloadnetsurf-cb283c516a0c727953d33d9d202f9666ac53b2f5.tar.gz
netsurf-cb283c516a0c727953d33d9d202f9666ac53b2f5.tar.bz2
Don't build or include old render/textinput module.
Diffstat (limited to 'Makefile.sources')
-rw-r--r--Makefile.sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.sources b/Makefile.sources
index 25fe2f17f..550c563bc 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -15,7 +15,7 @@ S_RENDER := box.c box_construct.c box_normalise.c box_textarea.c \
font.c form.c \
html.c html_script.c html_interaction.c html_redraw.c \
html_forms.c imagemap.c layout.c list.c search.c table.c \
- textinput.c textplain.c
+ textplain.c
S_UTILS := base64.c corestrings.c filename.c filepath.c hashtable.c \
libdom.c locale.c log.c messages.c nsurl.c talloc.c url.c \