summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDom Lachowicz <domlachowicz@gmail.com>2006-01-26 03:23:46 +0000
committerDom Lachowicz <domlachowicz@gmail.com>2006-01-26 03:23:46 +0000
commit8dbddcc607125bbc23be44e2ca01ab467719fe99 (patch)
treefeecef2805c7653a762a06ef5429246caf12b8f2
parent155de93f8826699deea0efbb41366dd0c0c4eed8 (diff)
downloadenchant-8dbddcc607125bbc23be44e2ca01ab467719fe99.tar.gz
From Rodney Dawes -
Plug-ins really shouldn't have version info associated with them like this, as they are not intended to be linked to directly git-svn-id: svn+ssh://svn.abisource.com/svnroot/enchant/trunk@21095 bcba8976-2d24-0410-9c9c-aab3bd5fdfd6
-rw-r--r--src/aspell/Makefile.am2
-rw-r--r--src/hspell/Makefile.am2
-rw-r--r--src/ispell/Makefile.am2
-rw-r--r--src/myspell/Makefile.am2
-rw-r--r--src/uspell/Makefile.am2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/aspell/Makefile.am b/src/aspell/Makefile.am
index 3b43ebf..f8b6cfe 100644
--- a/src/aspell/Makefile.am
+++ b/src/aspell/Makefile.am
@@ -10,6 +10,6 @@ aspell_LTLIBRARIES = $(target_lib)
aspelldir= $(libdir)/enchant
libenchant_aspell_la_LIBADD= $(ENCHANT_LIBS) $(ASPELL_LIBS) $(top_builddir)/src/libenchant.la
-libenchant_aspell_la_LDFLAGS = -version-info $(VERSION_INFO) -no-undefined
+libenchant_aspell_la_LDFLAGS = -avoid-version -no-undefined
libenchant_aspell_la_SOURCES = aspell_provider.c
libenchant_aspell_lalibdir=$(libdir)/enchant
diff --git a/src/hspell/Makefile.am b/src/hspell/Makefile.am
index 98e0bbb..287da70 100644
--- a/src/hspell/Makefile.am
+++ b/src/hspell/Makefile.am
@@ -10,6 +10,6 @@ hspell_LTLIBRARIES = $(target_lib)
hspelldir= $(libdir)/enchant
libenchant_hspell_la_LIBADD= $(ENCHANT_LIBS) $(HSPELL_LIBS) $(top_builddir)/src/libenchant.la
-libenchant_hspell_la_LDFLAGS = -version-info $(VERSION_INFO) -no-undefined
+libenchant_hspell_la_LDFLAGS = -avoid-version -no-undefined
libenchant_hspell_la_SOURCES = hspell_provider.c
libenchant_hspell_lalibdir=$(libdir)/enchant
diff --git a/src/ispell/Makefile.am b/src/ispell/Makefile.am
index 2dc091a..bea461a 100644
--- a/src/ispell/Makefile.am
+++ b/src/ispell/Makefile.am
@@ -11,7 +11,7 @@ ispelldir= $(libdir)/enchant
libenchant_ispell_lalibdir=$(libdir)/enchant
libenchant_ispell_la_LIBADD= $(ENCHANT_LIBS) $(top_builddir)/src/libenchant.la
-libenchant_ispell_la_LDFLAGS = -version-info $(VERSION_INFO) -no-undefined
+libenchant_ispell_la_LDFLAGS = -avoid-version -no-undefined
libenchant_ispell_la_SOURCES = \
correct.cpp \
good.cpp \
diff --git a/src/myspell/Makefile.am b/src/myspell/Makefile.am
index 7a57c3d..04b2487 100644
--- a/src/myspell/Makefile.am
+++ b/src/myspell/Makefile.am
@@ -11,7 +11,7 @@ myspelldir= $(libdir)/enchant
libenchant_myspell_lalibdir=$(libdir)/enchant
libenchant_myspell_la_LIBADD= $(MYSPELL_LIBS) $(ENCHANT_LIBS) $(top_builddir)/src/libenchant.la
-libenchant_myspell_la_LDFLAGS = -version-info $(VERSION_INFO) -no-undefined
+libenchant_myspell_la_LDFLAGS = -avoid-version -no-undefined
libenchant_myspell_la_SOURCES = \
affentry.hxx \
diff --git a/src/uspell/Makefile.am b/src/uspell/Makefile.am
index 6a54037..b9f14dd 100644
--- a/src/uspell/Makefile.am
+++ b/src/uspell/Makefile.am
@@ -10,6 +10,6 @@ uspell_LTLIBRARIES = $(target_lib)
uspelldir= $(libdir)/enchant
libenchant_uspell_la_LIBADD= $(ENCHANT_LIBS) $(USPELL_LIBS) $(top_builddir)/src/libenchant.la
-libenchant_uspell_la_LDFLAGS = -version-info $(VERSION_INFO) -no-undefined
+libenchant_uspell_la_LDFLAGS = -avoid-version -no-undefined
libenchant_uspell_la_SOURCES = uspell_provider.cpp
libenchant_uspell_lalibdir=$(libdir)/enchant