From f297bb8531d0f5ee9243747f5d87b89615e7c20a Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 3 Aug 2008 16:07:56 +0000 Subject: Added object.c to NS_AMIGA source files svn path=/trunk/netsurf/; revision=4874 --- Makefile.sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.sources b/Makefile.sources index 90ae33e27..d13bf7cb6 100644 --- a/Makefile.sources +++ b/Makefile.sources @@ -83,7 +83,7 @@ S_DEBUG := netsurfd.c debug_bitmap.c filetyped.c fontd.c 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 +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 S_AMIGA := $(addprefix amiga/,$(S_AMIGA)) # Some extra rules for building the scanner etc. -- cgit v1.2.3