libtool
[Top][All Lists]
Advanced

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

Re: Enabling/disabling shared or static libs from Makefile.am


From: Tom Tromey
Subject: Re: Enabling/disabling shared or static libs from Makefile.am
Date: 08 Jun 2001 11:35:25 -0600

>>>>> "Pierre" == Pierre Sarrazin <address@hidden> writes:

Pierre> Logically, it is in a Makefile.am file that I would like to
Pierre> ask that a specific library should be static.

If you are trying to build a static library, then simply don't use
libtool for that library.  Write `lib_LIBRARIES' instead of
`lib_LTLIBRARIES'.

Tom



reply via email to

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