summaryrefslogtreecommitdiff
path: root/Jamfile
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 /Jamfile
parentb41ede1d9b93268b96e686ca3299dd20624a9812 (diff)
downloadmupdf-e634306b0ffc3d09c984f3b70c251780c037ec9e.tar.xz
Use compiled in CMaps instead of looking for them in $CMAPDIR.
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Jamfile b/Jamfile
index f4fc1cf1..851379d2 100644
--- a/Jamfile
+++ b/Jamfile
@@ -11,6 +11,7 @@ SubDir TOP ;
HDRS = [ FDirName $(TOP) include ] ;
Main hexdump : hexdump.c ;
+Main strdump : strdump.c ;
SubInclude TOP base ;
SubInclude TOP stream ;
@@ -18,6 +19,7 @@ SubInclude TOP world ;
SubInclude TOP raster ;
SubInclude TOP fonts ;
+SubInclude TOP cmaps ;
SubInclude TOP mupdf ;
SubInclude TOP apps ;