mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[devel] Added dependency on pngpriv.h in contrib/pngminim/*/makefile
This commit is contained in:
1
ANNOUNCE
1
ANNOUNCE
@@ -646,6 +646,7 @@ version 1.4.0beta95 [November 9, 2009]
|
|||||||
Changed png_check_sig() to !png_sig_cmp() in contrib programs.
|
Changed png_check_sig() to !png_sig_cmp() in contrib programs.
|
||||||
Corrected the png_get_IHDR() call in contrib/gregbook/readpng2.c
|
Corrected the png_get_IHDR() call in contrib/gregbook/readpng2.c
|
||||||
Changed pngminim/*/gather.sh to stop trying to remove pnggccrd.c and pngvcrd.c
|
Changed pngminim/*/gather.sh to stop trying to remove pnggccrd.c and pngvcrd.c
|
||||||
|
Added dependency on pngpriv.h in contrib/pngminim/*/makefile
|
||||||
|
|
||||||
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
@@ -2332,6 +2332,7 @@ version 1.4.0beta95 [November 9, 2009]
|
|||||||
Changed png_check_sig() to !png_sig_cmp() in contrib programs.
|
Changed png_check_sig() to !png_sig_cmp() in contrib programs.
|
||||||
Corrected the png_get_IHDR() call in contrib/gregbook/readpng2.c
|
Corrected the png_get_IHDR() call in contrib/gregbook/readpng2.c
|
||||||
Changed pngminim/*/gather.sh to stop trying to remove pnggccrd.c and pngvcrd.c
|
Changed pngminim/*/gather.sh to stop trying to remove pnggccrd.c and pngvcrd.c
|
||||||
|
Added dependency on pngpriv.h in contrib/pngminim/*/makefile
|
||||||
|
|
||||||
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
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ OBJS = pngm2pnm$(O) png$(O) pngerror$(O) pngget$(O) pngmem$(O) \
|
|||||||
|
|
||||||
# implicit make rules -------------------------------------------------------
|
# implicit make rules -------------------------------------------------------
|
||||||
|
|
||||||
.c$(O): png.h pngconf.h pngusr.h zlib.h
|
.c$(O): png.h pngconf.h pngpriv.h pngusr.h zlib.h
|
||||||
$(CC) -c $(CFLAGS) $<
|
$(CC) -c $(CFLAGS) $<
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ OBJS = pnm2pngm$(O) png$(O) pngerror$(O) pngget$(O) pngmem$(O) \
|
|||||||
|
|
||||||
# implicit make rules -------------------------------------------------------
|
# implicit make rules -------------------------------------------------------
|
||||||
|
|
||||||
.c$(O): png.h pngconf.h pngusr.h zlib.h
|
.c$(O): png.h pngconf.h pngpriv.h pngusr.h zlib.h
|
||||||
$(CC) -c $(CFLAGS) $<
|
$(CC) -c $(CFLAGS) $<
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
|
|||||||
@@ -41,7 +41,7 @@ OBJS = rpng2-x$(O) readpng2$(O) png$(O) pngerror$(O) pngget$(O) pngmem$(O) \
|
|||||||
|
|
||||||
# implicit make rules -------------------------------------------------------
|
# implicit make rules -------------------------------------------------------
|
||||||
|
|
||||||
.c$(O): png.h pngconf.h readpng2.h pngusr.h zlib.h
|
.c$(O): png.h pngconf.h pngpriv.h readpng2.h pngusr.h zlib.h
|
||||||
$(CC) -c $(CFLAGS) $<
|
$(CC) -c $(CFLAGS) $<
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
|
|||||||
Reference in New Issue
Block a user