summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2010-10-14 14:57:36 +0000
committerChris Liddell <chris.liddell@artifex.com>2010-10-14 14:57:36 +0000
commit09bab33bd8c26c9c18e056e9745c66deea80d8c3 (patch)
tree98c952ab547b4827ce381af1a2f2644940479094 /common
parent10a0a0616fced9b22c86835107f678ae7d1568b7 (diff)
Rename libpng.mak to png.mak to make it consistent with the other
third part libraries. Bug 691681 No cluster differences expected. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@11806 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'common')
-rw-r--r--common/ugcc_top.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/ugcc_top.mak b/common/ugcc_top.mak
index d7ba119c5..724cf89f6 100644
--- a/common/ugcc_top.mak
+++ b/common/ugcc_top.mak
@@ -40,9 +40,9 @@ include $(GLSRCDIR)/gs.mak
include $(GLSRCDIR)/lib.mak
include $(PSSRCDIR)/int.mak
include $(GLSRCDIR)/jpeg.mak
-# zlib.mak must precede libpng.mak
+# zlib.mak must precede png.mak
include $(GLSRCDIR)/zlib.mak
-include $(GLSRCDIR)/libpng.mak
+include $(GLSRCDIR)/png.mak
include $(GLSRCDIR)/jbig2.mak
include $(GLSRCDIR)/icclib.mak
include $(GLSRCDIR)/lcms.mak