summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-07-08 08:38:17 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-07-08 08:38:17 +0000
commitb34502af8247606ae3b5693cd3046566b16a3e6d (patch)
treedb0cd37fcd7c7a936fc499928fcd4a0b07614847 /Makefile.sources
parentc54b6aabaa8bae670b84c7d9841d77be430756e7 (diff)
downloadnetsurf-b34502af8247606ae3b5693cd3046566b16a3e6d.tar.gz
netsurf-b34502af8247606ae3b5693cd3046566b16a3e6d.tar.bz2
Refactor http utilities
svn path=/trunk/netsurf/; revision=12595
Diffstat (limited to 'Makefile.sources')
-rw-r--r--Makefile.sources6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.sources b/Makefile.sources
index 85f7624f6..34ca72604 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -16,9 +16,12 @@ S_RENDER := box.c box_construct.c box_normalise.c \
hubbub_binding.c imagemap.c layout.c list.c table.c textinput.c \
textplain.c
-S_UTILS := base64.c filename.c hashtable.c http.c locale.c messages.c \
+S_UTILS := base64.c filename.c hashtable.c locale.c messages.c \
talloc.c url.c utf8.c utils.c useragent.c filepath.c log.c
+S_HTTP := challenge.c generics.c primitives.c parameter.c \
+ content-disposition.c content-type.c www-authenticate.c
+
S_DESKTOP := cookies.c history_global_core.c hotlist.c knockout.c \
mouse.c options.c plot_style.c print.c search.c searchweb.c \
scrollbar.c sslcert.c textarea.c thumbnail.c tree.c \
@@ -30,6 +33,7 @@ S_COMMON := $(addprefix content/,$(S_CONTENT)) \
$(addprefix css/,$(S_CSS)) \
$(addprefix render/,$(S_RENDER)) \
$(addprefix utils/,$(S_UTILS)) \
+ $(addprefix utils/http/,$(S_HTTP)) \
$(addprefix desktop/,$(S_DESKTOP))
# S_IMAGE are sources related to image management