summaryrefslogtreecommitdiff
path: root/src/systemd
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-09-16 23:20:46 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-09-17 01:31:57 +0900
commitdd35a61cafb5ffb380f92f45b9d9e3ac1f53351b (patch)
tree73bddabd8d52efb0278725e9b99c8b676602f4f4 /src/systemd
parent54ee1cd69d1d3e1ce8239621b875c80507fd09b6 (diff)
downloadsystemd-dd35a61cafb5ffb380f92f45b9d9e3ac1f53351b.tar.gz
sd-netlink: unexport sd-netlink
This effectively reverts 84e1001541151da71bae2137e2a1c254b5a3b89f. The sd-netlink library has several issues, and we should not export it without solving them. See issues #24258 and #24124.
Diffstat (limited to 'src/systemd')
-rw-r--r--src/systemd/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/systemd/meson.build b/src/systemd/meson.build
index 6048c13859..c9e005b380 100644
--- a/src/systemd/meson.build
+++ b/src/systemd/meson.build
@@ -12,7 +12,6 @@ _systemd_headers = [
'sd-journal.h',
'sd-login.h',
'sd-messages.h',
- 'sd-netlink.h',
'sd-path.h',
]
@@ -33,6 +32,7 @@ _not_installed_headers = [
'sd-lldp-tx.h',
'sd-lldp.h',
'sd-ndisc.h',
+ 'sd-netlink.h',
'sd-network.h',
'sd-radv.h',
'sd-resolve.h',