summaryrefslogtreecommitdiff
path: root/Jamfile
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2005-05-23 11:05:51 +0200
committerTor Andersson <tor@ghostscript.com>2005-05-23 11:05:51 +0200
commit0c6d8fbe737fcf6800723d5282fb0baa7b98d7ad (patch)
tree728793d589b1db61d7ce73e6cf56a07657699889 /Jamfile
parent4e6c7e6df022075ae0eb5197395318641bca2243 (diff)
downloadmupdf-0c6d8fbe737fcf6800723d5282fb0baa7b98d7ad.tar.xz
tiff image decoder for metro
Diffstat (limited to 'Jamfile')
-rw-r--r--Jamfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Jamfile b/Jamfile
index 5ee8a604..a48860e8 100644
--- a/Jamfile
+++ b/Jamfile
@@ -272,6 +272,7 @@ SubDir TOP samus ;
Library libsamus :
sa_zip.c
sa_xml.c
+ sa_tiff.c
;
# --------------------------------------------------------------------------
@@ -289,6 +290,7 @@ APPLIST =
pdfselect
samzip
samxml
+ samtiff
;
for APP in $(APPLIST)