summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2005-04-03 10:58:49 +0000
committerJames Bursa <james@netsurf-browser.org>2005-04-03 10:58:49 +0000
commita7a0048c0d62c4ccc54ee0cbaa8af9390c941df2 (patch)
tree8549cc55b2360b0d973aaf82e8d114f4a418cf9f /makefile
parentfef4301a7492e849f6c519b656f64341332323e5 (diff)
downloadnetsurf-a7a0048c0d62c4ccc54ee0cbaa8af9390c941df2.tar.gz
netsurf-a7a0048c0d62c4ccc54ee0cbaa8af9390c941df2.tar.bz2
[project @ 2005-04-03 10:58:24 by bursa]
Use talloc for content structures. svn path=/import/netsurf/; revision=1592
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index d5dc1968b..703596f23 100644
--- a/makefile
+++ b/makefile
@@ -21,7 +21,7 @@ OBJECTS_COMMON = content.o fetch.o fetchcache.o url_store.o # content/
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 translit.o url.o utils.o # utils/
+OBJECTS_COMMON += messages.o pool.o talloc.o url.o utils.o # utils/
OBJECTS_COMMON += imagemap.o loginlist.o options.o tree.o # desktop/
OBJECTS_IMAGE = jpeg.o mng.o gif.o gifread.o # image/