fixed cmake and autotools files to reflect recent changes in JPIP
authorAntonin Descampe <antonin@gmail.com>
Fri, 26 Aug 2011 12:44:28 +0000 (12:44 +0000)
committerAntonin Descampe <antonin@gmail.com>
Fri, 26 Aug 2011 12:44:28 +0000 (12:44 +0000)
applications/jpip/CHANGES
applications/jpip/libopenjpip/CMakeLists.txt
applications/jpip/libopenjpip/Makefile.am

index 38605cf2ab334b3628eee591504b7fe5628fe15f..cf68b81b09fc075855c138e0e39f3858d83fdb5c 100644 (file)
@@ -6,6 +6,7 @@ What's New for OpenJPIP
 + : added
 
 August 26, 2011
+* [antonin] fixed cmake and autotools files to reflect recent changes in JPIP
 ! [kaori] fixed Makefile.nix to load openjpeg library from this archive
 
 August 25, 2011
index b61edf94a0218f20d6c8406ecba00f13c47f2838..ff9d708a2312cf0ea64f470f1aef9dd958ddb7e3 100644 (file)
@@ -21,6 +21,7 @@ ${CMAKE_CURRENT_SOURCE_DIR}/ihdrbox_manager.c
 ${CMAKE_CURRENT_SOURCE_DIR}/manfbox_manager.c
 ${CMAKE_CURRENT_SOURCE_DIR}/mhixbox_manager.c
 ${CMAKE_CURRENT_SOURCE_DIR}/target_manager.c
+${CMAKE_CURRENT_SOURCE_DIR}/cachemodel_manager.c
 )
 
 # Build the library
index bcf7e10a1914ebb42968c4b181d8836504883123..fbdffda4d81797dead3ac999329bfc6a001295c4 100644 (file)
@@ -21,6 +21,7 @@ ihdrbox_manager.c \
 manfbox_manager.c \
 mhixbox_manager.c \
 target_manager.c \
+cachemodel_manager.c \
 bool.h \
 boxheader_manager.h \
 box_manager.h \
@@ -36,7 +37,8 @@ metadata_manager.h \
 mhixbox_manager.h \
 msgqueue_manager.h \
 placeholder_manager.h \
-target_manager.h
+target_manager.h \
+cachemodel_manager.h
 
 libopenjpip_server_la_CPPFLAGS = \
 -I. \