Imported from libpng-1.2.10beta3.tar

This commit is contained in:
Glenn Randers-Pehrson
2006-04-15 18:23:04 -05:00
parent 3a5a759bb7
commit b0270f77a9
43 changed files with 113 additions and 1028 deletions

View File

@@ -273,6 +273,9 @@ libpng12_la_SOURCES = png.c pngset.c pngget.c pngrutil.c pngtrans.c pngwutil.c \
png.h pngconf.h
libpng_la_SOURCES = $(libpng12_la_SOURCES)
libpng_la_CPPFLAGS = -DPNG_BUILDING_LIBPNG
libpng12_la_CPPFLAGS = -DPNG_BUILDING_LIBPNG
# MAJOR UPGRADE: the version-number settings below must be changed.
libpng12_la_LDFLAGS = -no-undefined -export-dynamic -version-number \
0:@PNGLIB_MINOR@:0 $(am__append_1) $(am__append_2)