From 4fccdf18f3956eaab6481597e38efd1939f16f81 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Fri, 12 Oct 2012 16:21:29 +0100 Subject: Move dom walker to utils/libdom.{c|h}. Add a few HTML elements to core strings. --- Makefile.sources | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.sources') diff --git a/Makefile.sources b/Makefile.sources index 7b0bec577..d7229badc 100644 --- a/Makefile.sources +++ b/Makefile.sources @@ -17,9 +17,9 @@ S_RENDER := box.c box_construct.c box_normalise.c \ html_forms.c imagemap.c layout.c list.c search.c table.c \ textinput.c textplain.c -S_UTILS := base64.c corestrings.c filename.c hashtable.c locale.c \ - messages.c nsurl.c talloc.c url.c utf8.c utils.c useragent.c \ - filepath.c log.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 \ + utf8.c utils.c useragent.c S_HTTP := challenge.c generics.c primitives.c parameter.c \ content-disposition.c content-type.c www-authenticate.c -- cgit v1.2.3