mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[master] Undid recent change to the Makefiles.
People don't need libpng.so.NN
This commit is contained in:
parent
353d8860ac
commit
2f2f80273b
6
ANNOUNCE
6
ANNOUNCE
@ -31,10 +31,8 @@ version 1.4.1beta01 [January 6, 2010]
|
||||
unclosed if-statement warning (Philip Lowman).
|
||||
Revised Makefile.am and Makefile.in to remove references to Y2KINFO,
|
||||
KNOWNBUG, and libpng.la (Robert Schwebel).
|
||||
Revised Makefile.am and Makefile.in to make libpng.so.14, libpng.sl.14,
|
||||
and libpng.14.dylib links in the installed library directory.
|
||||
Revised scripts/makefile.linux to make the same files as configure,
|
||||
except for libpng.la and libpng14.la.
|
||||
Revised scripts/makefile.linux to install the same files and symbolic
|
||||
links as configure, except for libpng.la and libpng14.la.
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||
(subscription required; visit
|
||||
|
||||
6
CHANGES
6
CHANGES
@ -2463,10 +2463,8 @@ version 1.4.1beta01 [January 6, 2010]
|
||||
unclosed if-statement warning (Philip Lowman).
|
||||
Revised Makefile.am and Makefile.in to remove references to Y2KINFO,
|
||||
KNOWNBUG, and libpng.la (Robert Schwebel).
|
||||
Revised Makefile.am and Makefile.in to make libpng.so.14, libpng.sl.14,
|
||||
and libpng.14.dylib links in the installed library directory.
|
||||
Revised scripts/makefile.linux to make the same files as configure,
|
||||
except for libpng.la and libpng14.la.
|
||||
Revised scripts/makefile.linux to install the same files and symbolic
|
||||
links as configure, except for libpng.la and libpng14.la.
|
||||
|
||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||
(subscription required; visit
|
||||
|
||||
@ -127,7 +127,7 @@ install-exec-hook:
|
||||
cd $(DESTDIR)$(bindir); $(LN_S) $(PNGLIB_BASENAME)-config libpng-config
|
||||
@set -x;\
|
||||
cd $(DESTDIR)$(libdir);\
|
||||
for ext in a la so so.14 sl sl.14 dylib 14.dylib; do\
|
||||
for ext in a la so sl dylib; do\
|
||||
rm -f libpng.$$ext;\
|
||||
if test -f $(PNGLIB_BASENAME).$$ext; then\
|
||||
$(LN_S) $(PNGLIB_BASENAME).$$ext libpng.$$ext;\
|
||||
|
||||
@ -1238,7 +1238,7 @@ install-exec-hook:
|
||||
cd $(DESTDIR)$(bindir); $(LN_S) $(PNGLIB_BASENAME)-config libpng-config
|
||||
@set -x;\
|
||||
cd $(DESTDIR)$(libdir);\
|
||||
for ext in a la so so.14 sl sl.14 dylib 14.dylib; do\
|
||||
for ext in a la so sl dylib; do\
|
||||
rm -f libpng.$$ext;\
|
||||
if test -f $(PNGLIB_BASENAME).$$ext; then\
|
||||
$(LN_S) $(PNGLIB_BASENAME).$$ext libpng.$$ext;\
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user