So if you reference libraries from your code without including them in your distribution, I would consider this the equivalent of dynamic linking, whereas if you bundle the libraries with your product, or copy-paste parts of the library into your own code, the "static linking scenario would apply.