library versioning: try to keep the versions at 2.1.0 for all platforms
This commit is contained in:
@@ -7,4 +7,10 @@ libDtMrm_la_CFLAGS = -I../DtTerm/Term -I../DtTerm/TermPrim -I../DtHelp \
|
||||
|
||||
libDtMrm_la_SOURCES = DtMrm.c
|
||||
|
||||
# in order to try to keep lib versions the same across platforms, (2.1.0)
|
||||
if BSD
|
||||
libDtMrm_la_LDFLAGS = -version-info 2:1:0
|
||||
else
|
||||
libDtMrm_la_LDFLAGS = -version-info 3:0:1
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user