From 74f9c0e07568c37eeac373471d2ed9796a486638 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Tue, 26 Aug 2008 01:20:01 +0000 Subject: Added PDF export to Amiga port. svn path=/trunk/netsurf/; revision=5203 --- Makefile.sources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.sources') diff --git a/Makefile.sources b/Makefile.sources index 998eafc2c..3f5b660c2 100644 --- a/Makefile.sources +++ b/Makefile.sources @@ -85,7 +85,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 object.c menu.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 menu.c save_pdf.c S_AMIGA := $(addprefix amiga/,$(S_AMIGA)) # Some extra rules for building the scanner etc. @@ -156,7 +156,7 @@ EXETARGET := nsdebug endif ifeq ($(TARGET),amiga) -SOURCES := $(S_COMMON) $(S_IMAGE) $(S_BROWSER) $(S_AMIGA) +SOURCES := $(S_COMMON) $(S_IMAGE) $(S_BROWSER) $(S_AMIGA) $(S_PDF) EXETARGET := NetSurf endif -- cgit v1.2.3