fixed cmake and autotools files to reflect recent changes in JPIP

This commit is contained in:
Antonin Descampe 2011-08-26 12:44:28 +00:00
parent 3b9d4c8d50
commit dcbc727813
3 changed files with 5 additions and 1 deletions

View 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

View 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

View 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. \