Skip to content

Commit ae077db

Browse files
committed
fix: Add library version for libx52dcomm
This change adds the library version for libx52dcomm, so that it can be versioned if necessary.
1 parent d29be62 commit ae077db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

daemon/meson.build

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# x52d
2+
libx52dcomm_version = '1.0.0'
3+
24
libx52dcomm_sources = [
35
'x52d_comm_client.c',
46
'x52d_comm_internal.c'
@@ -8,6 +10,7 @@ install_headers('x52dcomm.h', subdir: meson.project_name())
810

911
lib_libx52dcomm = library('x52dcomm', libx52dcomm_sources,
1012
dependencies: [dep_intl],
13+
version: libx52dcomm_version,
1114
include_directories: includes)
1215

1316
x52d_sources = [

0 commit comments

Comments
 (0)