automake
[Top][All Lists]
Advanced

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

building static libraries for modules


From: Tommi Mäkitalo
Subject: building static libraries for modules
Date: Mon, 4 Sep 2006 10:08:24 +0200
User-agent: KMail/1.9.4

Hi,

I have a library, which builds libtool-modules. I wonder, why automake builds 
static libraries at all for them. These *.a-files are pretty useless, because 
modules can't be linked at all. Libraries must have the lib-prefix to be 
linkable, but modules don't.

Here is what I have in my Makefile.am:

lib_LTLIBRARIES = tntdb-postgresql.la
tntdb_postgresql_la_SOURCES = $(sources)
tntdb_postgresql_la_LDFLAGS = @PG_LDFLAGS@ -module -version-info @sonumber@


Tommi




reply via email to

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