[trunk] Remove SONAME from Java binding

This commit is contained in:
Mathieu Malaterre 2012-10-22 10:49:22 +00:00
parent f2808de855
commit b4b451863d
1 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,9 @@ include_directories(
add_library(openjpegjni MODULE
${openjpegjni_SRCS}
)
# Java module should not have a SONAME:
set_property(TARGET openjpegjni PROPERTY NO_SONAME 1)
# FIXME (need to use old API):
if(BUILD_MJ2)
target_link_libraries(openjpegjni openmj2)