readd soname with major, needed on linux

This commit is contained in:
Alexandre Ratchov 2015-07-09 17:13:01 +02:00
parent 72e727b865
commit 07ee111086
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ LDADD = @ldadd@
SO_CFLAGS = -fPIC
# extra compiler flags to produce a shared library with the given name
SO_LDFLAGS = -shared
SO_LDFLAGS = -shared -Wl,-soname=libsndio.so.${MAJ}
# variables defined on configure script command line (if any)
@vars@