[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
prevent building static library
From: |
Tommi Mäkitalo |
Subject: |
prevent building static library |
Date: |
Thu, 2 Mar 2006 20:35:48 +0100 |
User-agent: |
KMail/1.8.2 |
Hi,
when building libraries with LTLIBRARIES automake build static and dynamic
versions of them. But I would like to build only the dynamic one. How can I
tell automake not to build static libraries?
It is not only, that I don't need the static libraries, but building both
doubles compiletime. And even worse: I just tried out ccache, which checks,
if it has already build the file with the same flags. Building both versions
with different flags discards always the cached version.
Tommi
- prevent building static library,
Tommi Mäkitalo <=