mirror of
https://github.com/matrix-construct/construct
synced 2025-01-14 00:34:18 +01:00
Set SONAME to libratbox.so.3. (Again, packaging. Yeah. We know.)
This commit is contained in:
parent
af240db72b
commit
c617c321a2
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ libratbox_la_SOURCES = \
|
|||
patricia.c
|
||||
|
||||
|
||||
libratbox_la_LDFLAGS = -avoid-version -no-undefined -export-symbols export-syms.txt
|
||||
libratbox_la_LDFLAGS = -version-info 3:0:0 -no-undefined -export-symbols export-syms.txt
|
||||
libratbox_la_LIBADD = @CRYPT_LIB@ @SSL_LIBS@
|
||||
lib_LTLIBRARIES = libratbox.la
|
||||
|
||||
|
|
Loading…
Reference in a new issue