configury: loadable modules files do not require version numbers.
commit4b572bfb5da0d48c5a57f83d20c0f1bee8866ee2
authorGary V. Vaughan <gary@gnu.org>
Thu, 20 Nov 2014 18:44:15 +0000 (20 18:44 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 20 Nov 2014 20:46:10 +0000 (20 20:46 +0000)
tree0146a4706d3ebee4cc13411b14ceba73be5ac1b1
parent9b05f560559e00ec19064339ff2a4c6c54d954c0
configury: loadable modules files do not require version numbers.

Modules are loaded by libltdl.  Arguably, loading from the .la
pseudo-library should work irrespective of platform library object
file-naming schemes; but in reality, M4 loads modules by basename
anyway, so we shouldn't put a platform specific version number in
the module filename anyway.
* Makefile.am (module_ldflags): Add -avoid-version flag.
Reported by KO Myung-Hun

Signed-off-by: Gary V. Vaughan <gary@gnu.org>
Makefile.am