jp2: split executable modules from library code
Split executable modules from the library object, in particular this is to prevent the exit() symbol to become part of the library, as this may raise some flags in linting tools like "lintian" from Debian, e.g.: X: libgrokj2k1: shlib-calls-exit usr/lib/x86_64-linux-gnu/libgrokj2k.so.7.1.0 Still keep executable sources grouped in a new GROK_EXECUTABLES_SRCS variable to be able to run cppcheck on all of them.
parent
aa8ce01e
Please register or sign in to comment