From 07d9fc947819a752f06602156de052830f561751 Mon Sep 17 00:00:00 2001 From: Glenn Randers-Pehrson Date: Thu, 26 Aug 2010 17:11:55 -0500 Subject: [PATCH] [devel] Added new private header files to libpng_sources in CMakeLists.txt --- ANNOUNCE | 1 + CHANGES | 1 + CMakeLists.txt | 5 ++++- 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ANNOUNCE b/ANNOUNCE index 148d24ec9..4cbd57ad8 100644 --- a/ANNOUNCE +++ b/ANNOUNCE @@ -389,6 +389,7 @@ Version 1.5.0beta45 [August 26, 2010] in pngpriv.h in case the user neglected to define them in their pngusr.h Version 1.5.0beta46 [August 26, 2010] + Added new private header files to libpng_sources in CMakeLists.txt Send comments/corrections/commendations to png-mng-implement at lists.sf.net: (subscription required; visit diff --git a/CHANGES b/CHANGES index 53ba43048..fd6aa317e 100644 --- a/CHANGES +++ b/CHANGES @@ -3026,6 +3026,7 @@ Version 1.5.0beta45 [August 26, 2010] in pngpriv.h in case the user neglected to define them in their pngusr.h Version 1.5.0beta46 [August 26, 2010] +[devel] Added new private header files to libpng_sources in CMakeLists.txt Send comments/corrections/commendations to png-mng-implement at lists.sf.net (subscription required; visit diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b4754538..e223aca30 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -101,7 +101,10 @@ set(CMAKE_DEBUG_POSTFIX "d") set(libpng_sources png.h pngconf.h - pngpriv.h + pngpriv.h + pngdebug.h + pnginfo.h + pngstruct.h png.c pngerror.c pngget.c