mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 09:57:41 +00:00
[#3731] Add version to libkea-log-interprocess
This commit is contained in:
parent
a73d44f407
commit
fcc91f570b
@ -1,4 +1,4 @@
|
|||||||
kea_log_interprocess_lib = library(
|
kea_log_interprocess_lib = shared_library(
|
||||||
'kea-log-interprocess',
|
'kea-log-interprocess',
|
||||||
'interprocess_sync_file.cc',
|
'interprocess_sync_file.cc',
|
||||||
'interprocess_sync_null.cc',
|
'interprocess_sync_null.cc',
|
||||||
@ -7,6 +7,7 @@ kea_log_interprocess_lib = library(
|
|||||||
install: true,
|
install: true,
|
||||||
install_dir: 'lib',
|
install_dir: 'lib',
|
||||||
link_with: LIBS_BUILT_SO_FAR,
|
link_with: LIBS_BUILT_SO_FAR,
|
||||||
|
version: '1.0.0',
|
||||||
)
|
)
|
||||||
LIBS_BUILT_SO_FAR = [kea_log_interprocess_lib] + LIBS_BUILT_SO_FAR
|
LIBS_BUILT_SO_FAR = [kea_log_interprocess_lib] + LIBS_BUILT_SO_FAR
|
||||||
subdir('tests')
|
subdir('tests')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user