[1.5] Add missing symbols from getopt into the java glue lib

This commit is contained in:
Mathieu Malaterre 2012-04-19 10:59:41 +00:00
parent 3a643798bd
commit 95cf10e979
1 changed files with 4 additions and 2 deletions

View File

@ -4,8 +4,10 @@
SET(openjpegjni_SRCS
JavaOpenJPEGDecoder.c
JavaOpenJPEG.c
../codec/index.c
../codec/convert.c
${OPENJPEG_SOURCE_DIR}/applications/codec/index.c
${OPENJPEG_SOURCE_DIR}/applications/codec/convert.c
#${OPENJPEG_SOURCE_DIR}/applications/common/color.c
${OPENJPEG_SOURCE_DIR}/applications/common/opj_getopt.c
)
# JNI binding: