summaryrefslogtreecommitdiff
path: root/amiga/Makefile.target
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-06-05 23:07:10 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-06-05 23:07:10 +0000
commitbaf3b8e0f359ec6d6ea7e2c0a366ed175d08dbdb (patch)
tree4b220ce934305125ce1c94d18164b4ff3a039f95 /amiga/Makefile.target
parent6b3955404f885ea37f9002159944d9e0560a6fa7 (diff)
downloadnetsurf-baf3b8e0f359ec6d6ea7e2c0a366ed175d08dbdb.tar.gz
netsurf-baf3b8e0f359ec6d6ea7e2c0a366ed175d08dbdb.tar.bz2
Sound DataTypes implementation. Currently has no interface, so only
autoplay/autoStart objects will play. svn path=/trunk/netsurf/; revision=12466
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 03e6414d8..d35e5f09b 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 \
cookies.c context_menu.c clipboard.c save_complete.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 system_colour.c \
- datatypes.c dt_picture.c dt_anim.c plugin_hack.c \
+ datatypes.c dt_picture.c dt_anim.c dt_sound.c plugin_hack.c \
stringview/stringview.c stringview/urlhistory.c
S_AMIGA := $(addprefix amiga/,$(S_AMIGA))