summaryrefslogtreecommitdiff
path: root/fitz/Jamfile
diff options
context:
space:
mode:
Diffstat (limited to 'fitz/Jamfile')
-rw-r--r--fitz/Jamfile9
1 files changed, 1 insertions, 8 deletions
diff --git a/fitz/Jamfile b/fitz/Jamfile
index f9d8d5f5..14b15d74 100644
--- a/fitz/Jamfile
+++ b/fitz/Jamfile
@@ -68,22 +68,15 @@ if $(HAVE_JBIG2DEC) { Library libfitz : filt_jbig2d.c ; }
if $(HAVE_OPENJPEG) { Library libfitz : filt_jpxd.c ; }
#
-# Resources and display tree.
+# Resources.
#
Library libfitz :
-
- node_toxml.c
- node_misc1.c
- node_misc2.c
node_path.c
node_text.c
- node_tree.c
-
res_colorspace.c
res_font.c
res_image.c
res_shade.c
-
;