[libpng15] Updated CMakeLists.txt to account for the relocation of pngvalid.c
diff --git a/ANNOUNCE b/ANNOUNCE
index 813e001..913e841 100644
--- a/ANNOUNCE
+++ b/ANNOUNCE
@@ -1,5 +1,5 @@
 
-Libpng 1.5.7rc02 - December 5, 2011
+Libpng 1.5.7rc03 - December 8, 2011
 
 This is not intended to be a public release.  It will be replaced
 within a few weeks by a public version or by another test version.
@@ -9,20 +9,20 @@
 Source files with LF line endings (for Unix/Linux) and with a
 "configure" script
 
-   1.5.7rc02.tar.xz (LZMA-compressed, recommended)
-   1.5.7rc02.tar.gz
-   1.5.7rc02.tar.bz2
+   1.5.7rc03.tar.xz (LZMA-compressed, recommended)
+   1.5.7rc03.tar.gz
+   1.5.7rc03.tar.bz2
 
 Source files with CRLF line endings (for Windows), without the
 "configure" script
 
-   lp157r02.7z  (LZMA-compressed, recommended)
-   lp157r02.zip
+   lp157r03.7z  (LZMA-compressed, recommended)
+   lp157r03.zip
 
 Other information:
 
-   1.5.7rc02-README.txt
-   1.5.7rc02-LICENSE.txt
+   1.5.7rc03-README.txt
+   1.5.7rc03-LICENSE.txt
 
 Changes since the last public release (1.5.6):
 
@@ -124,6 +124,9 @@
     as in libpng-1.5.4.
   Put CRLF line endings in the owatcom project files.
 
+Version 1.5.7rc03 [December 8, 2011]
+  Updated CMakeLists.txt to account for the relocation of pngvalid.c
+
 Send comments/corrections/commendations to png-mng-implement at lists.sf.net:
 (subscription required; visit
 https://lists.sourceforge.net/lists/listinfo/png-mng-implement
diff --git a/CHANGES b/CHANGES
index cc141e3..890f0cb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3769,6 +3769,9 @@
     as in libpng-1.5.4.
   Put CRLF line endings in the owatcom project files.
 
+Version 1.5.7rc03 [December 8, 2011]
+  Updated CMakeLists.txt to account for the relocation of pngvalid.c
+
 Send comments/corrections/commendations to png-mng-implement at lists.sf.net
 (subscription required; visit
 https://lists.sourceforge.net/lists/listinfo/png-mng-implement
diff --git a/CMakeLists.txt b/CMakeLists.txt
index f121c30..e37afd1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -121,7 +121,7 @@
   pngtest.c
 )
 set(pngvalid_sources
-  pngvalid.c
+  contrib/libtests/pngvalid.c
 )
 # SOME NEEDED DEFINITIONS
 
@@ -229,7 +229,7 @@
 # SET UP LINKS
 if(PNG_SHARED)
   set_target_properties(${PNG_LIB_NAME} PROPERTIES
-#   VERSION 15.${PNGLIB_RELEASE}.1.5.7rc02
+#   VERSION 15.${PNGLIB_RELEASE}.1.5.7rc03
     VERSION 15.${PNGLIB_RELEASE}.0
     SOVERSION 15
     CLEAN_DIRECT_OUTPUT 1)