build/meson: explicitly link libnm-core-aux-intern

This commit is contained in:
Thomas Haller
2021-02-24 14:33:34 +01:00
parent e2004d2849
commit c9bbd15597
6 changed files with 8 additions and 1 deletions

View File

@@ -114,6 +114,5 @@ libnm_core_impl = static_library(
],
link_with: [
libnm_crypto,
libnm_core_aux_intern,
],
)