Add plain libraries to LD_LIBRARY_PATH in run
So far gaudi_add_library
did not add anything to the LD_LIBRARY_PATH
in the runtime environment generated in <project>env.sh
. This was
probably not spotted until now because usually subdirectories also have
plugin libraries, and then gaudi_add_module
would add to the path.