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!
