summaryrefslogtreecommitdiff
path: root/Jamfile
diff options
context:
space:
mode:
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Jamfile b/Jamfile
index 6fd4a7b9..23a80dcb 100644
--- a/Jamfile
+++ b/Jamfile
@@ -10,12 +10,13 @@ SubDir TOP ;
HDRS = [ FDirName $(TOP) include ] ;
-Main hexdump : hexdump.c ;
-Main strdump : strdump.c ;
-
SubInclude TOP fitz ;
SubInclude TOP fitzdraw ;
+Main hexdump : hexdump.c ;
+Main cmapdump : cmapdump.c ;
+LinkLibraries cmapdump : libfitz ;
+
SubInclude TOP fonts ;
SubInclude TOP cmaps ;
SubInclude TOP mupdf ;