summaryrefslogtreecommitdiff
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:52 +0000
commitf228da55e860515cc9d0d40f47fd3d71c4fee46c (patch)
tree36fbf35340b174f39a9ab9df0a7c732569ae593c /Makefile.in
parent9819fc13392c4f4d76be4cc222da7dfca58c4bb9 (diff)
downloadsbpython2-f228da55e860515cc9d0d40f47fd3d71c4fee46c.tar.bz2
sbpython2-f228da55e860515cc9d0d40f47fd3d71c4fee46c.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)"