summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2008-03-06 20:21:28 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2008-03-06 20:21:28 +0000
commit10a339e41dd0325f32792c5a486b0113dc62fbbb (patch)
treee78098a48cc9f3d7580f79cb9cc47b940effd42f /makefile
parentceb5f5ff7f9421f2a670768c4cde8fe0b4694aa2 (diff)
downloadnetsurf-10a339e41dd0325f32792c5a486b0113dc62fbbb.tar.gz
netsurf-10a339e41dd0325f32792c5a486b0113dc62fbbb.tar.bz2
Fix standard make file for new data: URL stuff.
svn path=/trunk/netsurf/; revision=3892
Diffstat (limited to 'makefile')
-rw-r--r--makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/makefile b/makefile
index ec4941b84..b033c0fa6 100644
--- a/makefile
+++ b/makefile
@@ -19,13 +19,13 @@
SYSTEM_CC ?= gcc
OBJECTS_COMMON = content.o fetch.o fetchcache.o urldb.o # content/
-OBJECTS_COMMON += fetch_curl.o # content/fetchers/
+OBJECTS_COMMON += fetch_curl.o fetch_data.o # content/fetchers/
OBJECTS_COMMON += css.o css_enum.o parser.o ruleset.o scanner.o # css/
OBJECTS_COMMON += box.o box_construct.o box_normalise.o directory.o \
form.o html.o html_redraw.o imagemap.o layout.o list.o \
table.o textplain.o # render/
-OBJECTS_COMMON += filename.o hashtable.o messages.o talloc.o \
- url.o utf8.o utils.o useragent.o # utils/
+OBJECTS_COMMON += base64.o filename.o hashtable.o messages.o \
+ talloc.o url.o utf8.o utils.o useragent.o # utils/
OBJECTS_COMMON += knockout.o options.o tree.o version.o # desktop/
OBJECTS_IMAGE = bmp.o bmpread.o gif.o gifread.o ico.o jpeg.o \