summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJames Bursa <james@netsurf-browser.org>2003-09-08 22:46:20 +0000
committerJames Bursa <james@netsurf-browser.org>2003-09-08 22:46:20 +0000
commit74b71f82954f72aa47eaaca497f58c1815c5e3db (patch)
tree91de79b771f5ac38a3cc971a31a4baeaa0233e97 /makefile
parent9fa8f4037af0f35e690fda48c16f9896c058a029 (diff)
downloadnetsurf-74b71f82954f72aa47eaaca497f58c1815c5e3db.tar.gz
netsurf-74b71f82954f72aa47eaaca497f58c1815c5e3db.tar.bz2
[project @ 2003-09-08 22:46:20 by bursa]
Split out html_redraw(). svn path=/import/netsurf/; revision=271
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index c5046d386..f402b1fdc 100644
--- a/makefile
+++ b/makefile
@@ -13,7 +13,7 @@ OBJECTS_COMMON = cache.o content.o fetch.o fetchcache.o other.o \
OBJECTS = $(OBJECTS_COMMON) \
browser.o netsurf.o \
dialog.o download.o gif.o gui.o jpeg.o menus.o png.o theme.o plugin.o \
- options.o filetype.o font.o uri.o
+ options.o filetype.o font.o uri.o htmlredraw.o
OBJECTS_DEBUG = $(OBJECTS_COMMON) \
netsurfd.o \
optionsd.o filetyped.o fontd.o