From 64c73a1b65c396994c213766c36e0b6762e19d93 Mon Sep 17 00:00:00 2001 From: Snaipe Date: Mon, 4 May 2015 00:08:57 +0200 Subject: [PATCH] Fixed wrong build output for shared lib --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e8560cb..2d4d3da 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,7 +16,7 @@ libcsptr_la_CFLAGS = \ -I$(top_srcdir)/include/csptr/ \ $(COVERAGE_CFLAGS) -libcsptr_la_LDFLAGS = $(COVERAGE_LDFLAGS) -release $(VERSION) +libcsptr_la_LDFLAGS = $(COVERAGE_LDFLAGS) -version-info 1:0:0 EXTRA_DIST = LICENSE README.md