diff options
-rw-r--r-- | libmatekbd/Makefile.am | 2 |
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) \ |