summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhuyaliang <[email protected]>2023-05-29 16:53:10 +0800
committerraveit65 <[email protected]>2023-05-31 16:59:22 +0200
commitbcbcc533539f7d27910f35e01f17240e8c72cdad (patch)
tree1e2e3e3259ed70e61db30e90243af3eed462aacf
parent6ed4fc61cc782528b89fe5703450ba33c65188c5 (diff)
downloadlibmatekbd-bcbcc533539f7d27910f35e01f17240e8c72cdad.tar.bz2
libmatekbd-bcbcc533539f7d27910f35e01f17240e8c72cdad.tar.xz
Use correct version information for dynamic libraries
-rw-r--r--libmatekbd/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmatekbd/Makefile.am b/libmatekbd/Makefile.am
index 95c042d..9adb122 100644
--- a/libmatekbd/Makefile.am
+++ b/libmatekbd/Makefile.am
@@ -14,7 +14,7 @@ common_CFLAGS = \
-DLIBDIR=\"$(libdir)\" \
$(NULL)
-common_LDFLAGS = -version-info @VERSION_INFO@ -no-undefined
+common_LDFLAGS = -version-number @VERSION_INFO@ -no-undefined
common_LIBADD = \
$(GDK_LIBS) \