summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2009-02-27 17:58:47 +0100
committerTor Andersson <tor@ghostscript.com>2009-02-27 17:58:47 +0100
commite634306b0ffc3d09c984f3b70c251780c037ec9e (patch)
tree323aa9e7591dc745c8a904524b478ad6d6ecc41c /apps
parentb41ede1d9b93268b96e686ca3299dd20624a9812 (diff)
downloadmupdf-e634306b0ffc3d09c984f3b70c251780c037ec9e.tar.xz
Use compiled in CMaps instead of looking for them in $CMAPDIR.
Diffstat (limited to 'apps')
-rw-r--r--apps/Jamfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/Jamfile b/apps/Jamfile
index e6a72bfd..84c02f2c 100644
--- a/apps/Jamfile
+++ b/apps/Jamfile
@@ -1,6 +1,6 @@
#
-FITZLIBS = libmupdf libbase libstream libworld libraster libfonts ;
+FITZLIBS = libmupdf libbase libstream libworld libraster libfonts libcmaps ;
SubDir TOP apps ;
Main mupdftool : pdftool.c ;