summaryrefslogtreecommitdiff
path: root/amiga/Makefile.target
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2015-01-20 20:36:14 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2015-01-20 20:36:14 +0000
commite3af7f334303b36414c3a7c39dec22ec179dbd09 (patch)
tree43db743d171d374bc5d2ef60147e9e3a0c2e6daf /amiga/Makefile.target
parentd0f7247ea67491b4bfae28cb90538b68c6f83d70 (diff)
downloadnetsurf-e3af7f334303b36414c3a7c39dec22ec179dbd09.tar.gz
netsurf-e3af7f334303b36414c3a7c39dec22ec179dbd09.tar.bz2
Abstract P96 functions away so we can decide what to use at run-time.
This allows us to avoid opening P96 on OS4.1FE in future, and not require it to be installed on OS3.
Diffstat (limited to 'amiga/Makefile.target')
-rw-r--r--amiga/Makefile.target2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/Makefile.target b/amiga/Makefile.target
index ec478260d..a9de6eec0 100644
--- a/amiga/Makefile.target
+++ b/amiga/Makefile.target
@@ -73,7 +73,7 @@ S_AMIGA := gui.c tree.c history.c hotlist.c schedule.c file.c \
launch.c search.c history_local.c download.c iff_dr2d.c \
sslcert.c gui_options.c print.c theme.c drag.c icon.c libs.c \
datatypes.c dt_picture.c dt_anim.c dt_sound.c plugin_hack.c \
- stringview/stringview.c stringview/urlhistory.c \
+ stringview/stringview.c stringview/urlhistory.c rtg.c \
agclass/amigaguide_class.c fs_backing_store.c os3support.c
S_AMIGA := $(addprefix amiga/,$(S_AMIGA))