summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2005-08-14 23:56:15 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2005-08-14 23:56:15 +0000
commit58d9b45e819cc2c1b9909f503cb6e9901b8c6d29 (patch)
tree1fab459d25d1053204e93da2d7b3b9580b721fde /makefile
parentd3a5e7251db1e09846affde32f3a202f762d2da7 (diff)
downloadnetsurf-58d9b45e819cc2c1b9909f503cb6e9901b8c6d29.tar.gz
netsurf-58d9b45e819cc2c1b9909f503cb6e9901b8c6d29.tar.bz2
[project @ 2005-08-14 23:56:15 by jmb]
Move imagemap.[ch] into render/ Make imagemap URL extraction use box_extract_link svn path=/import/netsurf/; revision=1847
Diffstat (limited to 'makefile')
-rw-r--r--makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/makefile b/makefile
index 12d276024..a7835a635 100644
--- a/makefile
+++ b/makefile
@@ -19,16 +19,18 @@
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 table.o textplain.o # render/
+OBJECTS_COMMON += box.o box_construct.o box_normalise.o form.o \
+ html.o html_redraw.o imagemap.o layout.o list.o \
+ table.o textplain.o # render/
OBJECTS_COMMON += messages.o talloc.o url.o utf8.o \
utils.o # utils/
-OBJECTS_COMMON += imagemap.o loginlist.o options.o tree.o # desktop/
+OBJECTS_COMMON += loginlist.o options.o tree.o # desktop/
OBJECTS_IMAGE = gif.o gifread.o jpeg.o mng.o # image/
OBJECTS_RISCOS = $(OBJECTS_COMMON) $(OBJECTS_IMAGE)
-OBJECTS_RISCOS += browser.o netsurf.o selection.o textinput.o version.o # desktop/
+OBJECTS_RISCOS += browser.o netsurf.o selection.o textinput.o \
+ version.o # desktop/
OBJECTS_RISCOS += 401login.o bitmap.o buffer.o debugwin.o \
dialog.o download.o draw.o filename.o filetype.o font.o \
global_history.o gui.o help.o history.o hotlist.o image.o \