From b21e8eda5306de1ee0fbae14eddd900d347feee4 Mon Sep 17 00:00:00 2001 From: eknauel Date: Mon, 19 Apr 2004 09:46:55 +0000 Subject: [PATCH] forgot to commit that one: version info for the shared object --- c/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/c/Makefile.am b/c/Makefile.am index bae2b82..39a94e7 100644 --- a/c/Makefile.am +++ b/c/Makefile.am @@ -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