From 3295d71a2fd0a4ecfde065b4aab5933ae4238612 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sun, 23 Aug 2009 15:59:41 +0000 Subject: 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 --- Makefile.sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.sources') 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)) -- cgit v1.2.3