summaryrefslogtreecommitdiff
path: root/Makefile.sources
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2009-08-23 15:59:41 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2009-08-23 15:59:41 +0000
commit3295d71a2fd0a4ecfde065b4aab5933ae4238612 (patch)
tree42916687855b58b9cee8cbbddde4529f0027e816 /Makefile.sources
parent69ee94bb4750b89a60d995a777c65adba2477d6b (diff)
downloadnetsurf-3295d71a2fd0a4ecfde065b4aab5933ae4238612.tar.gz
netsurf-3295d71a2fd0a4ecfde065b4aab5933ae4238612.tar.bz2
First attempt at Amiga printing support. Doesn't quite work - a column on the left
will print, but the rest of the page is an unexpected pastel pink. svn path=/trunk/netsurf/; revision=9410
Diffstat (limited to 'Makefile.sources')
-rw-r--r--Makefile.sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.sources b/Makefile.sources
index 41f0638a0..938b82716 100644
--- a/Makefile.sources
+++ b/Makefile.sources
@@ -84,7 +84,7 @@ S_AMIGA := compat.c gui.c tree.c history.c hotlist.c schedule.c \
plotters.c object.c menu.c save_pdf.c arexx.c version.c \
cookies.c context_menu.c clipboard.c save_complete.c \
fetch_file.c fetch_mailto.c search.c history_local.c \
- download.c iff_dr2d.c sslcert.c gui_options.c \
+ download.c iff_dr2d.c sslcert.c gui_options.c print.c \
stringview/stringview.c stringview/urlhistory.c
S_AMIGA := $(addprefix amiga/,$(S_AMIGA))