diff options
author | midipix <writeonce@midipix.org> | 2021-04-09 11:50:40 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2021-04-09 11:50:40 +0000 |
commit | db7312e671a86058d1491dd120fe99c27aa62315 (patch) | |
tree | 7580f8232671a92620d99cb215ecbc2cec22b2fc /Makefile.in | |
parent | 6554874a977ec93eb2e153db3f57b77057b5c94f (diff) | |
download | slibtool-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.in | 2 |
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)" |