summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2005-02-07 14:29:56 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2005-02-07 14:29:56 +0000
commitd21ec26259be407457b8c6afe1ed921ec5029f5d (patch)
tree69d313a6c47b1da815043bcd9d90b09fa5b8760a /makefile
parentdb41dc3dac1528afbc369de91a28d1ebd4cf028b (diff)
downloadnetsurf-d21ec26259be407457b8c6afe1ed921ec5029f5d.tar.gz
netsurf-d21ec26259be407457b8c6afe1ed921ec5029f5d.tar.bz2
[project @ 2005-02-07 14:29:56 by rjw]
Makefile update for global history. svn path=/import/netsurf/; revision=1498
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 4f5f324f1..0b4b9c841 100644
--- a/makefile
+++ b/makefile
@@ -30,7 +30,7 @@ OBJECTS_RISCOS = $(OBJECTS_COMMON) $(OBJECTS_IMAGE)
OBJECTS_RISCOS += browser.o netsurf.o version.o # desktop/
OBJECTS_RISCOS += 401login.o bitmap.o buffer.o debugwin.o \
dialog.o download.o draw.o filetype.o font.o \
- gui.o help.o history.o hotlist.o image.o \
+ global_history.o gui.o help.o history.o hotlist.o image.o \
menus.o mouseactions.o plotters.o plugin.o print.o \
save.o save_complete.o save_draw.o save_text.o \
schedule.o search.o sprite.o textselection.o theme.o \