summaryrefslogtreecommitdiff
path: root/providers
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2017-11-26 02:33:29 +0000
committerGitHub <noreply@github.com>2017-11-26 02:33:29 +0000
commit39a4b2be92209661da54768cf805fd993507c355 (patch)
treec74416017978876baafa5bac820a06b936df3b1b /providers
parentab23b1630f692ed4335a2acdf5f3a644578448ab (diff)
parent8a853ad69ca8bd896723d86eea3e7573a8c11ebd (diff)
downloadenchant-39a4b2be92209661da54768cf805fd993507c355.tar.gz
Merge pull request #163 from rrthomas/master
Support parallel installation of different Enchant versions
Diffstat (limited to 'providers')
-rw-r--r--providers/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/providers/Makefile.am b/providers/Makefile.am
index 40c5860..c5eeb75 100644
--- a/providers/Makefile.am
+++ b/providers/Makefile.am
@@ -2,12 +2,12 @@ EXTRA_DIST = \
AppleSpell.config
provider_LTLIBRARIES =
-providerdir = $(pkglibdir)
+providerdir = $(pkglibdir)-@ENCHANT_MAJOR_VERSION@
AM_CPPFLAGS = -I$(top_srcdir) $(ISYSTEM)$(top_builddir)/lib $(ISYSTEM)$(top_srcdir)/lib -I$(top_srcdir)/src $(ENCHANT_CFLAGS) -D_ENCHANT_BUILD=1
AM_CFLAGS = $(WARN_CFLAGS)
AM_CXXFLAGS = $(WARN_CXXFLAGS)
-AM_LDFLAGS = -module -avoid-version -no-undefined $(ENCHANT_LIBS) $(top_builddir)/src/libenchant.la $(top_builddir)/lib/libgnu.la
+AM_LDFLAGS = -module -avoid-version -no-undefined $(ENCHANT_LIBS) $(top_builddir)/src/libenchant-@ENCHANT_MAJOR_VERSION@.la $(top_builddir)/lib/libgnu.la
if WITH_ASPELL
provider_LTLIBRARIES += enchant_aspell.la