diff options
author | Tor Andersson <tor@ghostscript.com> | 2005-05-23 11:05:51 +0200 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2005-05-23 11:05:51 +0200 |
commit | 0c6d8fbe737fcf6800723d5282fb0baa7b98d7ad (patch) | |
tree | 728793d589b1db61d7ce73e6cf56a07657699889 /Jamfile | |
parent | 4e6c7e6df022075ae0eb5197395318641bca2243 (diff) | |
download | mupdf-0c6d8fbe737fcf6800723d5282fb0baa7b98d7ad.tar.xz |
tiff image decoder for metro
Diffstat (limited to 'Jamfile')
-rw-r--r-- | Jamfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |