summaryrefslogtreecommitdiff
path: root/Jamfile
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2004-10-07 08:37:21 +0200
committerTor Andersson <tor@ghostscript.com>2004-10-07 08:37:21 +0200
commitbd77c6880a7cf32e20865fb0cdb6816df0e6f775 (patch)
tree1941683df9caf87750c0c76ee57232fc68c364ed /Jamfile
parent94a96e0ce2be0e32f59ea43f1166a884ca30222d (diff)
downloadmupdf-bd77c6880a7cf32e20865fb0cdb6816df0e6f775.tar.xz
transplant objects
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Jamfile b/Jamfile
index 45350895..c63f3735 100644
--- a/Jamfile
+++ b/Jamfile
@@ -116,7 +116,8 @@ LINKLIBS =
Main pdfclean : test/pdfclean.c ;
Main pdfdebug : test/pdfdebug.c ;
+Main pdfmerge : test/pdfmerge.c ;
Main pdfrip : test/pdfrip.c ;
-LinkLibraries pdfclean pdfdebug pdfrip : libmupdf libfitz ;
+LinkLibraries pdfclean pdfdebug pdfmerge pdfrip : libmupdf libfitz ;