summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-09-29 19:35:30 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-09-29 19:35:30 +0000
commita0b8680a6d1f448491326cdfad7c7c31e38861a0 (patch)
treef57a312ad183e86223e870061c6db2be4ed04453 /Makefile.sources
parenteca332c8d57225f37ce8d98c1bcd46d436be9f65 (diff)
downloadnetsurf-a0b8680a6d1f448491326cdfad7c7c31e38861a0.tar.gz
netsurf-a0b8680a6d1f448491326cdfad7c7c31e38861a0.tar.bz2
Minimal ARexx port.
Port name: NETSURF Commands supported: OPEN OPEN URL/A Opens URL specified by URL argument in new browser window. svn path=/trunk/netsurf/; revision=5462
Diffstat (limited to 'Makefile.sources')
-rw-r--r--Makefile.sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.sources b/Makefile.sources
index 8b5e2b01c..c8758744c 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -88,7 +88,7 @@ S_DEBUG := $(addprefix debug/,$(S_DEBUG))
# S_AMIGA are sources purely for the Amiga build
S_AMIGA := compat.c gui.c tree.c history.c hotlist.c schedule.c \
thumbnail.c misc.c bitmap.c font.c filetype.c utf8.c login.c \
- plotters.c object.c menu.c save_pdf.c
+ plotters.c object.c menu.c save_pdf.c arexx.c
S_AMIGA := $(addprefix amiga/,$(S_AMIGA))
# S_FRAMEBUFFER are sources purely for the framebuffer build