From e71691bae890040b83cfd54a2d9a1097d5026866 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Fri, 6 May 2011 20:40:09 +0000 Subject: Merge branches/jmb/content-factory to trunk svn path=/trunk/netsurf/; revision=12283 --- Makefile.sources | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Makefile.sources') diff --git a/Makefile.sources b/Makefile.sources index ef4d83c23..a221b7002 100644 --- a/Makefile.sources +++ b/Makefile.sources @@ -4,13 +4,14 @@ # Included by main makefile -- indicates generic sources for every build. # -S_CONTENT := content.c dirlist.c fetch.c hlcache.c llcache.c urldb.c +S_CONTENT := content.c content_factory.c dirlist.c fetch.c hlcache.c \ + llcache.c urldb.c S_FETCHERS := curl.c data.c file.c about.c resource.c S_CSS := css.c dump.c internal.c select.c utils.c -S_RENDER := box.c box_construct.c box_normalise.c favicon.c \ +S_RENDER := box.c box_construct.c box_normalise.c \ font.c form.c html.c html_interaction.c html_redraw.c \ hubbub_binding.c imagemap.c layout.c list.c table.c textplain.c @@ -31,8 +32,8 @@ S_COMMON := $(addprefix content/,$(S_CONTENT)) \ $(addprefix desktop/,$(S_DESKTOP)) # S_IMAGE are sources related to image management -S_IMAGE := bmp.c gif.c ico.c jpeg.c mng.c nssprite.c png.c svg.c rsvg.c \ - webp.c +S_IMAGE := bmp.c gif.c ico.c image.c jpeg.c mng.c nssprite.c png.c \ + svg.c rsvg.c webp.c S_IMAGE := $(addprefix image/,$(S_IMAGE)) # S_PDF are sources of the pdf plotter + the ones for paged-printing -- cgit v1.2.3