Add missing source for the JPIP library and executables (issue #658) (#659)

They all need opj_malloc and other functions from opc_malloc.c.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil 2016-05-10 22:02:49 +02:00 committed by Matthieu Darbois
parent 6609719b40
commit aae066debc
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ set(OPENJPIP_SRCS
${CMAKE_CURRENT_SOURCE_DIR}/session_manager.c
${CMAKE_CURRENT_SOURCE_DIR}/jpip_parser.c
${CMAKE_CURRENT_SOURCE_DIR}/sock_manager.c
${OPENJPEG_SOURCE_DIR}/src/lib/openjp2/opj_malloc.c
)
set(SERVER_SRCS