summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2008-08-26 01:20:01 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2008-08-26 01:20:01 +0000
commit74f9c0e07568c37eeac373471d2ed9796a486638 (patch)
tree320ff4db9cc65eda66a0903200db5489b0d57c57 /Makefile.sources
parent553c4aac8bf369ae7b9a61e702279b7ef55eae44 (diff)
downloadnetsurf-74f9c0e07568c37eeac373471d2ed9796a486638.tar.gz
netsurf-74f9c0e07568c37eeac373471d2ed9796a486638.tar.bz2
Added PDF export to Amiga port.
svn path=/trunk/netsurf/; revision=5203
Diffstat (limited to 'Makefile.sources')
-rw-r--r--Makefile.sources4
1 files changed, 2 insertions, 2 deletions
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