This reverts commit 2b42901ec7.
Reason for revert: the work required has been achieved.
Change-Id: I917b2f87e436a4e34bec0b788634d949b0236c62
15 lines
281 B
Meson
15 lines
281 B
Meson
plugin_mtls_store = shared_module(
|
|
'plugin_mtls_store',
|
|
'plugin_mtls_store.cc',
|
|
dependencies : [
|
|
liblixutil,
|
|
liblixstore,
|
|
liblixexpr,
|
|
liblixfetchers,
|
|
curl,
|
|
],
|
|
install : false,
|
|
build_by_default : true,
|
|
link_args : strict_shared_module_link_args,
|
|
)
|