diff options
author | Tor Andersson <tor@ghostscript.com> | 2009-02-27 17:58:47 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2009-02-27 17:58:47 +0100 |
commit | e634306b0ffc3d09c984f3b70c251780c037ec9e (patch) | |
tree | 323aa9e7591dc745c8a904524b478ad6d6ecc41c /apps | |
parent | b41ede1d9b93268b96e686ca3299dd20624a9812 (diff) | |
download | mupdf-e634306b0ffc3d09c984f3b70c251780c037ec9e.tar.xz |
Use compiled in CMaps instead of looking for them in $CMAPDIR.
Diffstat (limited to 'apps')
-rw-r--r-- | apps/Jamfile | 2 |
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 ; |