library versioning: try to keep the versions at 2.1.0 for all platforms
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user