mirror of
https://github.com/matrix-construct/construct
synced 2025-01-17 01:51:53 +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
|
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@
|
libratbox_la_LIBADD = @CRYPT_LIB@ @SSL_LIBS@
|
||||||
lib_LTLIBRARIES = libratbox.la
|
lib_LTLIBRARIES = libratbox.la
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue