configury: don't install modules to pkglibexecdir.
commit4b680592787adc2c3dcd0f56d3cb0aada7590430
authorGary V. Vaughan <gary@gnu.org>
Sun, 15 Sep 2013 10:51:25 +0000 (15 17:51 +0700)
committerGary V. Vaughan <gary@gnu.org>
Sun, 15 Sep 2013 14:17:13 +0000 (15 21:17 +0700)
treec23230f815364b4c5d4479f076a0768acd10b465
parent6acfba742fe0ec50cf76903f442eac7a19638ece
configury: don't install modules to pkglibexecdir.

Modern Automake (correctly) errors out when trying to install
modules to pkglibexecdir; we should be using pkglibdir here.
* Makefile.am (pkglibexec_LTLIBRARIES): Rename from this...
(pkglib_LTLIBRARIES): ...to this.

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