This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Binary plugins
- To: automake at gnu dot org
- Subject: Binary plugins
- From: Simon Richter <Simon dot Richter at phobos dot fachschaften dot tu-muenchen dot de>
- Date: Fri, 11 Aug 2000 02:23:37 +0200 (CEST)
Hi,
A program I'm currently writing has some binary plugins. What is the
correct way to declare these?
My current approach looks like this:
dbdriverdir = @libdir@/@PACKAGE@/db
dbdriver_LTLIBRARIES = mysql.la
mysql_la_SOURCES = mysql.c
mysql_la_LDFLAGS = -export-dynamic -avoid-version
This is not an ideal solution, however, since the same package also
provides shared libraries and I cannot AM_DISABLE_STATIC for that reason.
A PLUGINS primary that builds shared objects without naming
conventions would be nice... :-)
Simon
--
PGP public key available from http://phobos.fs.tum.de/pgp/Simon.Richter.asc
Fingerprint: 10 62 F6 F5 C0 5D 9E D8 47 05 1B 8A 22 E5 4E C1
Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread!