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:48 +0000
commit2e3df6a3070ae5e2871a5ea024c09e6461cedfa6 (patch)
treeaa96feccba33d926d40a44deb4b1bb398c09f388 /Makefile.in
parent840f5a80e569a012e79ebb3d8a4e80ab5979c6e3 (diff)
downloadperk-2e3df6a3070ae5e2871a5ea024c09e6461cedfa6.tar.bz2
perk-2e3df6a3070ae5e2871a5ea024c09e6461cedfa6.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)"