Just link against the .la file. Automake then gets libtool to do the rest.
Rob ----- Original Message ----- From: "Stéphane Genaud" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 16, 2001 10:44 PM Subject: linking against a freshed libtoolized library Hi, I would like my Makefile.am to build a library (say libiasp) with libtool, and then build a binary using functions from that library, before the library has been installed into its definitive directory. ...