summaryrefslogtreecommitdiff
path: root/shared/meson.build
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-12-25 17:54:46 +0100
committerThomas Haller <thaller@redhat.com>2021-01-15 11:32:31 +0100
commit31dca65e04321c120c4166bf5036bb08aa809028 (patch)
tree8e5a6b95560b0123ab3afad4c2be8c6dac6654ad /shared/meson.build
parent24c634bf573880786e709c7ddfab01ebaec7eaa7 (diff)
downloadNetworkManager-31dca65e04321c120c4166bf5036bb08aa809028.tar.gz
shared,platform: move "nmp-netns.[hc]" to shared/nm-platform
Diffstat (limited to 'shared/meson.build')
-rw-r--r--shared/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/meson.build b/shared/meson.build
index fda44444e7..b19535f078 100644
--- a/shared/meson.build
+++ b/shared/meson.build
@@ -207,6 +207,7 @@ libnm_platform = static_library(
'nm-platform',
sources: [
'nm-platform/nm-netlink.c',
+ 'nm-platform/nmp-netns.c',
],
dependencies: [
glib_nm_default_dep,