diff options
author | Thomas Haller <thaller@redhat.com> | 2021-02-18 08:13:35 +0100 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2021-02-24 12:48:17 +0100 |
commit | 24393744572316d4371ce2ff2c112fb6c3226448 (patch) | |
tree | 67887fd4983f5c0ef702ee534becc5f446d08629 /shared/meson.build | |
parent | 39225258d6a8fb0612c4576a75ac24d572742372 (diff) | |
download | NetworkManager-24393744572316d4371ce2ff2c112fb6c3226448.tar.gz |
build: move "shared/nm-platform" to "src/libnm-platform"
Diffstat (limited to 'shared/meson.build')
-rw-r--r-- | shared/meson.build | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/shared/meson.build b/shared/meson.build index 955d80eadb..e07c66cca3 100644 --- a/shared/meson.build +++ b/shared/meson.build @@ -202,27 +202,6 @@ libnm_log_null = static_library( dependencies: glib_nm_default_dep, ) -libnm_platform = static_library( - 'nm-platform', - sources: [ - 'nm-platform/nm-netlink.c', - 'nm-platform/nm-platform-utils.c', - 'nm-platform/nmp-netns.c', - ], - dependencies: [ - glib_nm_default_dep, - ], -) - -libnm_platform_dep = declare_dependency( - include_directories: shared_inc, - dependencies: [ - libnm_glib_aux_dep_link, - ], - link_with: libnm_platform, -) - if enable_tests subdir('nm-glib-aux/tests') - subdir('nm-platform/tests') endif |