From 58d9b45e819cc2c1b9909f503cb6e9901b8c6d29 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 14 Aug 2005 23:56:15 +0000 Subject: [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 --- makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'makefile') 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 \ -- cgit v1.2.3