library versioning: try to keep the versions at 2.1.0 for all platforms

This commit is contained in:
Jon Trulson
2021-12-23 13:06:44 -07:00
parent 54728d6b89
commit 31774af2f2
12 changed files with 71 additions and 1 deletions

View File

@@ -12,7 +12,13 @@ libDtSearch_la_CFLAGS = -DI18N_MSG -DMULTIBYTE -I./raima \
$(DT_INCDIR)
# in order to try to keep lib versions the same across platforms, (2.1.0)
if BSD
libDtSearch_la_LDFLAGS = -version-info 2:1:0
else
libDtSearch_la_LDFLAGS = -version-info 3:0:1
endif
libDtSearch_la_LIBADD = raima/libraima.la
if SOLARIS