This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
building libtool library into other directory
- From: Vance Shipley <vances at motivity dot ca>
- To: automake at gnu dot org
- Date: Sat, 22 Jan 2005 16:09:08 -0500
- Subject: building libtool library into other directory
- Organization: Motivity Telecom Inc.
I have this directory structure in my project:
project/
...
src/
lib/
I would like to have the libraries built from the sources
in src be built into lib. When I try to put a directory
prefix on to teh automake directives things get confused.
Can I do this?
-Vance