From 9f32d180f84f63bb9e58839e7f71c5354a91c765 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Tue, 17 Feb 2009 19:29:38 +0000 Subject: Whoops. It looks like I broke the framebuffer and debug builds. svn path=/trunk/netsurf/; revision=6545 --- Makefile.sources | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/Makefile.sources b/Makefile.sources index 9eeb767a5..b19139305 100644 --- a/Makefile.sources +++ b/Makefile.sources @@ -10,10 +10,10 @@ S_CONTENT := content.c fetch.c fetchcache.c urldb.c \ S_CSS := css.c css_enum.c parser.c ruleset.c scanner.c S_RENDER := box.c box_construct.c box_normalise.c directory.c \ form.c html.c html_redraw.c hubbub_binding.c imagemap.c \ - layout.c libxml_binding.c list.c table.c textplain.c + layout.c libxml_binding.c list.c loosen.c table.c textplain.c S_UTILS := base64.c filename.c hashtable.c locale.c messages.c talloc.c \ url.c utf8.c utils.c useragent.c -S_DESKTOP := knockout.c options.c tree.c version.c +S_DESKTOP := knockout.c options.c print.c tree.c version.c # S_COMMON are sources common to all builds S_COMMON := $(addprefix content/,$(S_CONTENT)) \ @@ -28,11 +28,7 @@ S_IMAGE := $(addprefix image/,$(S_IMAGE)) # S_PDF are sources of the pdf plotter + the ones for paged-printing S_PDF := pdf_plotters.c font_haru.c -S_PRINT := print.c -S_LOOSE := loosen.c -S_PDF := $(addprefix desktop/save_pdf/,$(S_PDF)) \ - $(addprefix desktop/,$(S_PRINT)) \ - $(addprefix render/,$(S_LOOSE)) +S_PDF := $(addprefix desktop/save_pdf/,$(S_PDF)) # S_BROWSER are sources related to full browsers but are common # between RISC OS, GTK, BeOS and AmigaOS builds -- cgit v1.2.3