summaryrefslogtreecommitdiff
path: root/amiga/Makefile.target
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-05-09 22:14:08 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-05-09 22:14:08 +0000
commit48be9f6939014f4958d7832ce724eb664da8d301 (patch)
tree2a7098eb5ed69f0b3e9e08005fe5e4f529b52a25 /amiga/Makefile.target
parent1f1fe78c17da956739061eee22fc91d6e40fb85a (diff)
downloadnetsurf-48be9f6939014f4958d7832ce724eb664da8d301.tar.gz
netsurf-48be9f6939014f4958d7832ce724eb664da8d301.tar.bz2
Experimental/incomplete/non-functional content handlers (files required for NetSurf to
compile from trunk) svn path=/trunk/netsurf/; revision=12361
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 47de8cb3f..03e6414d8 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 \
+ datatypes.c dt_picture.c dt_anim.c plugin_hack.c \
stringview/stringview.c stringview/urlhistory.c
S_AMIGA := $(addprefix amiga/,$(S_AMIGA))