This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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





Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]