summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-10-17 18:03:17 +0200
committerThomas Haller <thaller@redhat.com>2018-10-17 18:03:34 +0200
commit9c80722f3a185193851f804c4752805fa1a437ce (patch)
treeaea9cd124141a8ad10fe354a61985684dbd98aca
parentd515bd186ec6b6e16e518f71dd1477018c7414ff (diff)
downloadNetworkManager-9c80722f3a185193851f804c4752805fa1a437ce.tar.gz
build/meson: don't rebuild c-siphash.c but link against static library
-rw-r--r--shared/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/shared/meson.build b/shared/meson.build
index 9fb665bcbb..edac3bb9e1 100644
--- a/shared/meson.build
+++ b/shared/meson.build
@@ -82,7 +82,6 @@ shared_nm_test_utils_impl_c = files('nm-test-utils-impl.c')
shared_nm_utils_nm_vpn_plugin_utils_c = files('nm-utils/nm-vpn-plugin-utils.c')
shared_files_libnm_core = files('''
- c-siphash/src/c-siphash.c
nm-utils/c-list-util.c
nm-utils/nm-dedup-multi.c
nm-utils/nm-enum-utils.c
@@ -95,7 +94,6 @@ shared_files_libnm_core = files('''
'''.split())
shared_files_clients_common = files('''
- c-siphash/src/c-siphash.c
nm-utils/nm-enum-utils.c
nm-utils/nm-hash-utils.c
nm-utils/nm-random-utils.c