mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-03 23:45:27 +00:00
[#3731] Add version to libkea-cfgrpt.so
This commit is contained in:
committed by
Francis Dupont
parent
5d55340185
commit
ab792d1129
@@ -4,7 +4,7 @@ config_report_cc = configure_file(
|
|||||||
output: 'config_report.cc',
|
output: 'config_report.cc',
|
||||||
command: [mk_cfgrpt, '@INPUT@', '@OUTPUT@'],
|
command: [mk_cfgrpt, '@INPUT@', '@OUTPUT@'],
|
||||||
)
|
)
|
||||||
kea_cfgrpt_lib = library(
|
kea_cfgrpt_lib = shared_library(
|
||||||
'kea-cfgrpt',
|
'kea-cfgrpt',
|
||||||
'cfgrpt.cc',
|
'cfgrpt.cc',
|
||||||
config_report_cc,
|
config_report_cc,
|
||||||
@@ -12,6 +12,7 @@ kea_cfgrpt_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_cfgrpt_lib] + LIBS_BUILT_SO_FAR
|
LIBS_BUILT_SO_FAR = [kea_cfgrpt_lib] + LIBS_BUILT_SO_FAR
|
||||||
subdir('tests')
|
subdir('tests')
|
||||||
|
Reference in New Issue
Block a user