Using the libsq3lite package …
Collaboration diagram for Internal - application package:Using the libsq3lite package …
Using automake/libtool the libsq3lite library have to be linked with the executable/library, this is done with:
LDADD = path/to/libsq3lite.la
or
mylib_la_LIBADD = path/to/libsq3lite.la
Example from acmds/Makefile.am using libmkkernel.la and libmqmsgque.la: