My source tree builds two libraries, from two separate directories in the
source tree.
libxtls.la gets linked against libx.la in a different directory, as well as
some system libraries in /usr/local/lib. Makefile.am declares thusly:
libxtls_la_LIBADD=../base/libx.la
libxtls_la_LDFLAGS=-vers
Sam Varshavchik wrote:
My source tree builds two libraries, from two separate directories in
the source tree.
libxtls.la gets linked against libx.la in a different directory, as
well as some system libraries in /usr/local/lib. Makefile.am declares
thusly:
libxtls_la_LIBADD=../base/libx.la
l