mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[devel] Revised Makefile.am to account for recent additions and replacements.
This commit is contained in:
parent
526a6ad5f6
commit
d0e35cdb53
1
ANNOUNCE
1
ANNOUNCE
@ -99,6 +99,7 @@ version 1.5.0beta13 [March 10, 2010]
|
|||||||
|
|
||||||
version 1.5.0beta14 [March 11, 2010]
|
version 1.5.0beta14 [March 11, 2010]
|
||||||
Removed direct access to png_ptr->io_ptr from the Windows code in pngtest.c
|
Removed direct access to png_ptr->io_ptr from the Windows code in pngtest.c
|
||||||
|
Revised Makefile.am to account for recent additions and replacements.
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
1
CHANGES
1
CHANGES
@ -2576,6 +2576,7 @@ version 1.5.0beta13 [March 10, 2010]
|
|||||||
|
|
||||||
version 1.5.0beta14 [March 11, 2010]
|
version 1.5.0beta14 [March 11, 2010]
|
||||||
Removed direct access to png_ptr->io_ptr from the Windows code in pngtest.c
|
Removed direct access to png_ptr->io_ptr from the Windows code in pngtest.c
|
||||||
|
Revised Makefile.am to account for recent additions and replacements.
|
||||||
|
|
||||||
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
Send comments/corrections/commendations to png-mng-implement at lists.sf.net
|
||||||
(subscription required; visit
|
(subscription required; visit
|
||||||
|
@ -62,7 +62,6 @@ pkgconfig_DATA = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.pc
|
|||||||
EXTRA_DIST= \
|
EXTRA_DIST= \
|
||||||
ANNOUNCE CHANGES INSTALL LICENSE README TODO \
|
ANNOUNCE CHANGES INSTALL LICENSE README TODO \
|
||||||
pngtest.png pngbar.png pngnow.png pngbar.jpg autogen.sh \
|
pngtest.png pngbar.png pngnow.png pngbar.jpg autogen.sh \
|
||||||
${srcdir}/projects/cbuilder5/* \
|
|
||||||
${srcdir}/projects/visualc6/* \
|
${srcdir}/projects/visualc6/* \
|
||||||
${srcdir}/projects/visualc71/* \
|
${srcdir}/projects/visualc71/* \
|
||||||
${srcdir}/projects/xcode/* \
|
${srcdir}/projects/xcode/* \
|
||||||
@ -73,7 +72,7 @@ EXTRA_DIST= \
|
|||||||
${srcdir}/contrib/pngsuite/* \
|
${srcdir}/contrib/pngsuite/* \
|
||||||
${srcdir}/contrib/visupng/* \
|
${srcdir}/contrib/visupng/* \
|
||||||
$(TESTS) \
|
$(TESTS) \
|
||||||
example.c libpng-1.5.0beta14.txt
|
CMakeLists.txt example.c libpng-1.5.0beta14.txt
|
||||||
|
|
||||||
CLEANFILES= pngout.png libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.pc libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@-config libpng.vers \
|
CLEANFILES= pngout.png libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.pc libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@-config libpng.vers \
|
||||||
libpng.sym
|
libpng.sym
|
||||||
|
@ -322,7 +322,6 @@ pkgconfig_DATA = libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.pc
|
|||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
ANNOUNCE CHANGES INSTALL LICENSE README TODO \
|
ANNOUNCE CHANGES INSTALL LICENSE README TODO \
|
||||||
pngtest.png pngbar.png pngnow.png pngbar.jpg autogen.sh \
|
pngtest.png pngbar.png pngnow.png pngbar.jpg autogen.sh \
|
||||||
${srcdir}/projects/cbuilder5/* \
|
|
||||||
${srcdir}/projects/visualc6/* \
|
${srcdir}/projects/visualc6/* \
|
||||||
${srcdir}/projects/visualc71/* \
|
${srcdir}/projects/visualc71/* \
|
||||||
${srcdir}/projects/xcode/* \
|
${srcdir}/projects/xcode/* \
|
||||||
@ -333,7 +332,7 @@ EXTRA_DIST = \
|
|||||||
${srcdir}/contrib/pngsuite/* \
|
${srcdir}/contrib/pngsuite/* \
|
||||||
${srcdir}/contrib/visupng/* \
|
${srcdir}/contrib/visupng/* \
|
||||||
$(TESTS) \
|
$(TESTS) \
|
||||||
example.c libpng-1.5.0beta14.txt
|
CMakeLists.txt example.c libpng-1.5.0beta14.txt
|
||||||
|
|
||||||
CLEANFILES = pngout.png libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.pc libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@-config libpng.vers \
|
CLEANFILES = pngout.png libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@.pc libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@-config libpng.vers \
|
||||||
libpng.sym
|
libpng.sym
|
||||||
|
Loading…
x
Reference in New Issue
Block a user