cve-check-tool icon indicating copy to clipboard operation
cve-check-tool copied to clipboard

can't find .so files when automaking with with --enable-run-in-tree flags

Open kamomil opened this issue 7 years ago • 0 comments

If I compile with:

./autogen.sh --enable-run-in-tree
make

and run ./cve-check-tool, it looks for shared library files in ./src/plugins/.libs/ but they resides in ./.libs/

kamomil avatar Jan 27 '18 20:01 kamomil