summaryrefslogtreecommitdiff
path: root/shared/meson.build
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-10-17 18:03:17 +0200
committerThomas Haller <thaller@redhat.com>2018-10-18 12:16:55 +0200
commit5ac0f3bbe7e01bf6abe8c714307d5b1c6c604e32 (patch)
tree327543ed1667a62e815fae55f3843deeda695e96 /shared/meson.build
parent8221f824f3797499c9504e2f2b237a9ead4540da (diff)
downloadNetworkManager-5ac0f3bbe7e01bf6abe8c714307d5b1c6c604e32.tar.gz
build/meson: don't rebuild c-siphash.c but link against static library
Diffstat (limited to 'shared/meson.build')
-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