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-09 11:50:40 +0000
commitdb7312e671a86058d1491dd120fe99c27aa62315 (patch)
tree7580f8232671a92620d99cb215ecbc2cec22b2fc /Makefile.in
parent6554874a977ec93eb2e153db3f57b77057b5c94f (diff)
downloadslibtool-db7312e671a86058d1491dd120fe99c27aa62315.tar.bz2
slibtool-db7312e671a86058d1491dd120fe99c27aa62315.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)"