diff options
author | Tor Andersson <tor@ghostscript.com> | 2009-02-28 16:44:59 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2009-02-28 16:44:59 +0100 |
commit | c122f42c6fa567efb3bca38144bbd29357ff327a (patch) | |
tree | ecf645752f64c4f88868f1db4f91e5188b9e73e8 | |
parent | de55e619b33ef2e59fdabdb060add37b2da76aa4 (diff) | |
download | mupdf-c122f42c6fa567efb3bca38144bbd29357ff327a.tar.xz |
Fix typo in new Jamfile for jbig2dec and jasper paths.
-rw-r--r-- | fitz/Jamfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fitz/Jamfile b/fitz/Jamfile index 1cfbd3a5..3e79a301 100644 --- a/fitz/Jamfile +++ b/fitz/Jamfile @@ -76,8 +76,8 @@ Library libfitz : ; -if $(HAVE_JASPER) { Library libstream : filt_jpxd.c ; } -if $(HAVE_JBIG2DEC) { Library libstream : filt_jbig2d.c ; } +if $(HAVE_JASPER) { Library libfitz : filt_jpxd.c ; } +if $(HAVE_JBIG2DEC) { Library libfitz : filt_jbig2d.c ; } # # Resources and display tree. |