forgot to commit that one: version info for the shared object
This commit is contained in:
parent
6f3ae3d249
commit
b21e8eda53
|
@ -3,4 +3,4 @@ INCLUDES = -I@top_srcdir@/c -I@scsh_includes@
|
|||
libsys_LTLIBRARIES = libscshyp.la
|
||||
|
||||
libscshyp_la_SOURCES = yp.c
|
||||
libscshyp_la_LDFLAGS = -avoid-version -module
|
||||
libscshyp_la_LDFLAGS = -version-info 1:0:1 -module
|
||||
|
|
Loading…
Reference in New Issue