From 2d57fe8ff1f6dd16b5d5d6a4ac193701d555fc90 Mon Sep 17 00:00:00 2001 From: Daniel Macks Date: Sun, 15 Dec 2019 12:10:32 -0500 Subject: [PATCH] Finish propagating SHARED_VERSION_INFO It's set in configure.ac (taking for granted that release workflow involves setting it properly per docs) and propagated into the generated makefiles, but it needs to be passed explicitly when building the shared library. --- lib/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Makefile.am b/lib/Makefile.am index b8a63d8..74fb7e7 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -5,3 +5,4 @@ libGDSII_la_SOURCES = \ libGDSII.cc \ Flatten.cc \ ReadGDSIIFile.cc +libGDSII_la_LDFLAGS = -version-info @SHARED_VERSION_INFO@