diff options
author | Chris Liddell <chris.liddell@artifex.com> | 2010-10-14 11:57:31 +0000 |
---|---|---|
committer | Chris Liddell <chris.liddell@artifex.com> | 2010-10-14 11:57:31 +0000 |
commit | 1d32564725049d2acc235259609817e832771c47 (patch) | |
tree | 948b289cf4185ab0299ef25b8028b10124bdd78f /gs/base/Makefile.in | |
parent | 74a2c4c09b1d38b59ffec3cb75a49af921e3a555 (diff) |
Rename libtiff.mak to tiff.mak to be more consistent with the other third party libs.
Bug 691681
No cluster differences expected.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@11803 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs/base/Makefile.in')
-rw-r--r-- | gs/base/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gs/base/Makefile.in b/gs/base/Makefile.in index c3b16137b..3174e3c2c 100644 --- a/gs/base/Makefile.in +++ b/gs/base/Makefile.in @@ -527,7 +527,7 @@ include $(GLSRCDIR)/jpeg.mak # zlib.mak must precede libpng.mak include $(GLSRCDIR)/zlib.mak include $(GLSRCDIR)/libpng.mak -include $(GLSRCDIR)/libtiff.mak +include $(GLSRCDIR)/tiff.mak include $(GLSRCDIR)/jbig2.mak include $(GLSRCDIR)/jasper.mak include $(GLSRCDIR)/ldf_jb2.mak |