This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Why configure script says to link this library with LIBADD insteadof LDADD?
- From: <cs at gnumatica dot com>
- To: automake at gnu dot org
- Cc: autoconf at gnu dot org
- Date: Mon, 28 Apr 2003 17:03:08 -0700 (MST)
- Subject: Why configure script says to link this library with LIBADD insteadof LDADD?
I learned that subsubdirectories require making
a noinst_LIBRARY object to link with executables like so:
myprogram_LDADD = /path/libmynoinstlib.a
For current project, configure script says I should
use LIBADD rather than LDADD?
Why would it say that for this project??
Chris