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 /common | |
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 'common')
-rw-r--r-- | common/ugcc_top.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/ugcc_top.mak b/common/ugcc_top.mak index 27e016145..d7ba119c5 100644 --- a/common/ugcc_top.mak +++ b/common/ugcc_top.mak @@ -47,7 +47,7 @@ include $(GLSRCDIR)/jbig2.mak include $(GLSRCDIR)/icclib.mak include $(GLSRCDIR)/lcms.mak include $(GLSRCDIR)/ijs.mak -include $(GLSRCDIR)/libtiff.mak +include $(GLSRCDIR)/tiff.mak include $(GLSRCDIR)/devs.mak include $(GLSRCDIR)/contrib.mak include $(GLSRCDIR)/unix-aux.mak |