Commit 914ae899 authored by Antonio Ospite's avatar Antonio Ospite Committed by Aaron Boxer
Browse files

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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment