Imported from libpng-1.0.6h.tar

This commit is contained in:
Glenn Randers-Pehrson
2000-04-24 07:43:17 -05:00
parent 228bd390ac
commit 326320e5a9
39 changed files with 103 additions and 94 deletions

View File

@@ -11,10 +11,10 @@ prefix=/usr/local
ZLIBLIB=../zlib
ZLIBINC=../zlib
# read libpng.txt or png.h to see why PNGMAJ is 2. You should not
# read libpng.txt or png.h to see why PNGMAJ is 10. You should not
# have to change it.
PNGMAJ = 2
PNGMIN = 1.0.6g
PNGMAJ = 10
PNGMIN = 6h
PNGVER = $(PNGMAJ).$(PNGMIN)
CC=cc