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:34 +0000
commitc0f608d69e1191c12657557ff8c77400aa0328ca (patch)
tree674a6967ce56bcb1d2a98894e7ed5a71b412fd3f /Makefile.in
parent3c467fb5a2adb2360544f3d6463cc06a9b676949 (diff)
downloadbautomake-c0f608d69e1191c12657557ff8c77400aa0328ca.tar.bz2
bautomake-c0f608d69e1191c12657557ff8c77400aa0328ca.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)"