automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

is LDADD line the place to put .a convenience libraries AS WELL AS -l sw


From: cs
Subject: is LDADD line the place to put .a convenience libraries AS WELL AS -l switches?? like -lm??? how works?
Date: Mon, 21 Apr 2003 17:10:39 -0700 (MST)

I added a line in Makefile.am like so:

LDADD = helperfunctions/libhelperfunctions.a -lpthread -lm

First of all, is the LDADD line the place to add .a files
as well as -l switches???

I'm a little impressed and amazed Autotools was able
to accept /both/ types of animals on the LDADD line.

Did I get lucky or is LDADD the place to *always* add
both of these guys?

Chris






reply via email to

[Prev in Thread] Current Thread [Next in Thread]