summaryrefslogtreecommitdiff
path: root/gs/src/unixansi.mak
diff options
context:
space:
mode:
authorRalph Giles <ralph.giles@artifex.com>2007-11-09 20:58:19 +0000
committerRalph Giles <ralph.giles@artifex.com>2007-11-09 20:58:19 +0000
commitbda7e112e49b63616a7585644f25aafa9b7b5664 (patch)
tree764f55eec700dc9006e15a6aa314c62e11714b4d /gs/src/unixansi.mak
parent11b21ea79e92e16044f9b8a912a6c169274510e4 (diff)
downloadghostpdl-bda7e112e49b63616a7585644f25aafa9b7b5664.tar.gz
Use PNGSRCDIR and PNGVERSION instead of PSRCDIR and PVERSION in
the top level makefiles. git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@8354 a1074d23-0009-0410-80fe-cf8c14f379e6
Diffstat (limited to 'gs/src/unixansi.mak')
-rw-r--r--gs/src/unixansi.mak6
1 files changed, 3 insertions, 3 deletions
diff --git a/gs/src/unixansi.mak b/gs/src/unixansi.mak
index e01434aec..4e8497707 100644
--- a/gs/src/unixansi.mak
+++ b/gs/src/unixansi.mak
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2006 Artifex Software, Inc.
+# Copyright (C) 2001-2007 Artifex Software, Inc.
# All Rights Reserved.
#
# This software is provided AS-IS with no warranty, either express or
@@ -135,8 +135,8 @@ JPEG_NAME=jpeg
# You may need to change this if the libpng version changes.
# See libpng.mak for more information.
-PSRCDIR=libpng
-PVERSION=10218
+PNGSRCDIR=libpng
+PNGVERSION=10218
# Choose whether to use a shared version of the PNG library, and if so,
# what its name is.