summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-03-26 22:16:31 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-03-26 22:16:31 +0000
commit4b38a2d61a0d46485c885529a054a5bacb014c1d (patch)
tree0cce5903ac586fb7f90e14055df3872f7057c1c8 /makefile
parent83b08353412d136d02266206dc2ec025477f70c3 (diff)
downloadnetsurf-4b38a2d61a0d46485c885529a054a5bacb014c1d.tar.gz
netsurf-4b38a2d61a0d46485c885529a054a5bacb014c1d.tar.bz2
[project @ 2004-03-26 22:16:31 by jmb]
Imagemap support svn path=/import/netsurf/; revision=671
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index f5e319e3a..96b30b2e7 100644
--- a/makefile
+++ b/makefile
@@ -12,7 +12,7 @@ OBJECTS_COMMON = cache.o content.o fetch.o fetchcache.o \
messages.o utils.o translit.o pool.o url.o
OBJECTS = $(OBJECTS_COMMON) \
browser.o loginlist.o netsurf.o options.o \
- htmlinstance.o htmlredraw.o \
+ htmlinstance.o htmlredraw.o imagemap.o \
401login.o constdata.o dialog.o download.o frames.o gui.o \
menus.o mouseactions.o \
textselection.o theme.o window.o \