1
0
mirror of https://github.com/ericonr/sndio.git synced 2024-02-18 04:45:21 -06:00

drop soname

This commit is contained in:
Alexandre Ratchov 2015-07-08 17:59:05 +02:00
parent 3fb646dbbe
commit 72e727b865

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 -Wl,-soname=libsndio.so.${MAJ}.${MIN}
SO_LDFLAGS = -shared
# variables defined on configure script command line (if any)
@vars@