summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2004-02-17 12:41:38 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2004-02-17 12:41:38 +0000
commit6839622183b74914ed0bcb83387fedf6459e2c5c (patch)
tree64c43df07040afa8d8eea32138db241435f8c2af /makefile
parent8cece1f41f50afb11a707badc118b0b62158fa85 (diff)
downloadnetsurf-6839622183b74914ed0bcb83387fedf6459e2c5c.tar.gz
netsurf-6839622183b74914ed0bcb83387fedf6459e2c5c.tar.bz2
[project @ 2004-02-17 12:41:38 by jmb]
Begin save complete support. Fix memory leak when using Select PNG renderer. (commented out lines can probably removed) svn path=/import/netsurf/; revision=556
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index bf453a19c..ae0f239d6 100644
--- a/makefile
+++ b/makefile
@@ -18,7 +18,7 @@ OBJECTS = $(OBJECTS_COMMON) \
textselection.o theme.o window.o \
draw.o gif.o jpeg.o plugin.o png.o sprite.o \
about.o filetype.o font.o uri.o url.o history.o \
- version.o save_draw.o
+ version.o save_draw.o save_complete.o
OBJECTS_DEBUG = $(OBJECTS_COMMON) \
netsurfd.o \
options.o filetyped.o fontd.o