summaryrefslogtreecommitdiff
path: root/fitz/Jamfile
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2009-12-07 17:12:25 +0100
committerTor Andersson <tor@ghostscript.com>2009-12-07 17:12:25 +0100
commitd11dfefb1fcd1f557eae0f02dac142ffa3c3676c (patch)
treed3dd32d32dc644b8dc9d155645b612f0ad5e0f25 /fitz/Jamfile
parentef4e06b7e423ada49a2e749d55687da756925cc8 (diff)
downloadmupdf-d11dfefb1fcd1f557eae0f02dac142ffa3c3676c.tar.xz
Implement a device interface and a tracing device for fitz.
Diffstat (limited to 'fitz/Jamfile')
-rw-r--r--fitz/Jamfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/fitz/Jamfile b/fitz/Jamfile
index 14b15d74..f085507e 100644
--- a/fitz/Jamfile
+++ b/fitz/Jamfile
@@ -78,5 +78,8 @@ Library libfitz :
res_font.c
res_image.c
res_shade.c
+ dev_trace.c
+ # dev_text.c
+ # dev_draw.c
+ # dev_ghost.c
;
-