diff --git a/docs/Projects.html b/docs/Projects.html index f8aaad812e8..8652f374e7a 100644 --- a/docs/Projects.html +++ b/docs/Projects.html @@ -275,6 +275,21 @@ For example, to link libsample.a, you would set USEDLIBS to sample.
+ Note that this works only for statically linked libraries. +
+ +
+ For example, to link libsample.so, you would have the + following line in your Makefile: +
+ + LIBS+=-lsample +