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:55:00 +0000
commitf1133dff7dbc605612f040dfd5453dd26ed68211 (patch)
treeb621fc929f4e9f6d6626ca961d6912655b92bc28 /Makefile.in
parentd0ff5ef26dd60b4a1a145d8ebc4a2f87a20d9908 (diff)
downloadu16ports-f1133dff7dbc605612f040dfd5453dd26ed68211.tar.bz2
u16ports-f1133dff7dbc605612f040dfd5453dd26ed68211.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)"