library versioning: try to keep the versions at 2.1.0 for all platforms
This commit is contained in:
@@ -9,7 +9,12 @@ libcsa_la_CFLAGS = -DRFC_MIME -DLINE_COUNT -DV2 -DOW_I18N \
|
||||
|
||||
libcsa_la_LIBADD = $(XTOOLLIB) $(TIRPCLIB)
|
||||
|
||||
# in order to try to keep lib versions the same across platforms, (2.1.0)
|
||||
if BSD
|
||||
libcsa_la_LDFLAGS = -version-info 2:1:0
|
||||
else
|
||||
libcsa_la_LDFLAGS = -version-info 3:0:1
|
||||
endif
|
||||
|
||||
if LINUX
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user