summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
authorRichard Wilson <rjw@netsurf-browser.org>2006-04-21 23:49:52 +0000
committerRichard Wilson <rjw@netsurf-browser.org>2006-04-21 23:49:52 +0000
commita2465c779fed2fb5eeecd62e692d4bd113a8908f (patch)
treed16d5c1878697895086a0236d3abf03ee95c4d09 /makefile
parent3e0e5f4d17193d2dd8b2bfc9f4cc9cf4cad9545e (diff)
downloadnetsurf-a2465c779fed2fb5eeecd62e692d4bd113a8908f.tar.gz
netsurf-a2465c779fed2fb5eeecd62e692d4bd113a8908f.tar.bz2
Remove RISC OS dependencies from filename code.
svn path=/trunk/netsurf/; revision=2540
Diffstat (limited to 'makefile')
-rw-r--r--makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile b/makefile
index 42b9a70ce..217f9a2d0 100644
--- a/makefile
+++ b/makefile
@@ -22,7 +22,7 @@ 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 imagemap.o layout.o list.o \
table.o textplain.o # render/
-OBJECTS_COMMON += messages.o talloc.o url.o utf8.o \
+OBJECTS_COMMON += filename.o messages.o talloc.o url.o utf8.o \
utils.o # utils/
OBJECTS_COMMON += options.o tree.o # desktop/
@@ -34,7 +34,7 @@ OBJECTS_RISCOS += browser.o history_core.o netsurf.o selection.o \
textinput.o version.o # desktop/
OBJECTS_RISCOS += 401login.o artworks.o assert.o awrender.o bitmap.o \
buffer.o configure.o debugwin.o \
- dialog.o download.o draw.o filename.o filetype.o font.o \
+ dialog.o download.o draw.o filetype.o font.o \
global_history.o gui.o help.o history.o hotlist.o image.o \
menus.o message.o mouseactions.o palettes.o plotters.o plugin.o print.o \
query.o save.o save_complete.o save_draw.o save_text.o \