summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2018-01-14 14:43:34 +0100
committerThomas Haller <thaller@redhat.com>2018-01-15 20:29:26 +0100
commit9562d886336ff07f07ce4a9445da08e677d18b5c (patch)
tree73df7dc7b7397e466f3335da836001277465374c /src/meson.build
parentd2292cc649ac81a88e0b324d36c47caab30d9ba9 (diff)
downloadNetworkManager-9562d886336ff07f07ce4a9445da08e677d18b5c.tar.gz
platform: add nm-netlink.h for netlink related helper functions
Especially useful, because we don't link against libnl-genl-3.so but re-implement generic netlink support. Such code should go there so it can be used by various components.
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build
index db17bf1555..981a4794e4 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -54,6 +54,7 @@ sources = files(
'dhcp/nm-dhcp-utils.c',
'ndisc/nm-lndp-ndisc.c',
'ndisc/nm-ndisc.c',
+ 'platform/nm-netlink.c',
'platform/wifi/wifi-utils-nl80211.c',
'platform/wifi/wifi-utils.c',
'platform/nm-linux-platform.c',