summaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-04-09 11:50:40 +0000
committermidipix <writeonce@midipix.org>2021-04-10 20:54:41 +0000
commitf110035c6a8ad4213b65f36c0d253e87a065c6d1 (patch)
treee73631739427ebaa024b45b52c4be0718643896b /Makefile.in
parentac848822e25c7b718a2fb4ac99da36d58cbfebf5 (diff)
downloadmdso-f110035c6a8ad4213b65f36c0d253e87a065c6d1.tar.bz2
mdso-f110035c6a8ad4213b65f36c0d253e87a065c6d1.tar.xz
build system: posix make support: refactored shared library versioning schemes.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 87e92df..ed67e4c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -119,6 +119,8 @@ USE_CUSTOM_USRDEFS = @use_custom_usrdefs@
SHARED_LIB_CMD = @shared_lib_cmd@
SHARED_LIB_LDFLAGS = @shared_lib_ldflags@
+VERSION_OPT = @version_opt@
+
.cflags-host:
@printf '%s' "$(CFLAGS)"