library versioning: try to keep the versions at 2.1.0 for all platforms
This commit is contained in:
@@ -25,4 +25,10 @@ if HAS_UTEMPTER_LIBRARY
|
||||
libDtTerm_la_LIBADD += -lutempter
|
||||
endif
|
||||
|
||||
# in order to try to keep lib versions the same across platforms, (2.1.0)
|
||||
if BSD
|
||||
libDtTerm_la_LDFLAGS = -version-info 2:1:0
|
||||
else
|
||||
libDtTerm_la_LDFLAGS = -version-info 3:0:1
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user