summaryrefslogtreecommitdiff
path: root/Jamfile
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2004-10-19 04:07:51 +0200
committerTor Andersson <tor@ghostscript.com>2004-10-19 04:07:51 +0200
commit3342d0657522d6b3acaae5216b7026165154ab52 (patch)
treec4b06d02c86944a6d835b3614873a0f6ce113cd6 /Jamfile
parentbbf53bb5172130d375ac4e6214c685d24120204b (diff)
downloadmupdf-3342d0657522d6b3acaae5216b7026165154ab52.tar.xz
moved cidtogid into pdf_font, added colorspaces and pdf_page object
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Jamfile b/Jamfile
index d7f69831..cb3da8a7 100644
--- a/Jamfile
+++ b/Jamfile
@@ -65,6 +65,7 @@ Library libfitz :
# tree
tree/cmap.c
tree/font.c
+ tree/colorspace.c
tree/tree.c
tree/node1.c
@@ -99,7 +100,9 @@ Library libmupdf :
mupdf/cmap.c
mupdf/font.c
mupdf/fontfile.c
+ mupdf/colorspace.c
mupdf/resources.c
+ mupdf/page.c
mupdf/pagetree.c
mupdf/build.c
mupdf/interpret.c