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