summaryrefslogtreecommitdiff
path: root/src/libsystemd-network
diff options
context:
space:
mode:
authorJan Janssen <medhefgo@web.de>2023-01-24 15:14:15 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-01-24 22:04:03 +0100
commit4a7ee0a5217ab963c12704dbff428c43d9df81f0 (patch)
tree3ed6aa0e2bfbcb394f35da8fd8a1fa58b64fcd1f /src/libsystemd-network
parentbe551917938391ba57fd570bd19be4d6c3c547bc (diff)
downloadsystemd-4a7ee0a5217ab963c12704dbff428c43d9df81f0.tar.gz
meson: Do not include headers in source lists
Meson+ninja+compiler do this for us and are better at it. https://mesonbuild.com/FAQ.html#do-i-need-to-add-my-headers-to-the-sources-list-like-in-autotools
Diffstat (limited to 'src/libsystemd-network')
-rw-r--r--src/libsystemd-network/meson.build20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/libsystemd-network/meson.build b/src/libsystemd-network/meson.build
index ff59ec0f37..5f203f5cda 100644
--- a/src/libsystemd-network/meson.build
+++ b/src/libsystemd-network/meson.build
@@ -2,39 +2,19 @@
sources = files(
'arp-util.c',
- 'arp-util.h',
- 'dhcp-client-internal.h',
'dhcp-identifier.c',
- 'dhcp-identifier.h',
- 'dhcp-internal.h',
- 'dhcp-lease-internal.h',
'dhcp-network.c',
'dhcp-option.c',
'dhcp-packet.c',
- 'dhcp-protocol.h',
- 'dhcp-server-internal.h',
- 'dhcp6-internal.h',
- 'dhcp6-lease-internal.h',
'dhcp6-network.c',
'dhcp6-option.c',
- 'dhcp6-option.h',
'dhcp6-protocol.c',
- 'dhcp6-protocol.h',
'icmp6-util.c',
- 'icmp6-util.h',
'lldp-neighbor.c',
- 'lldp-neighbor.h',
'lldp-network.c',
- 'lldp-network.h',
- 'lldp-rx-internal.h',
- 'ndisc-internal.h',
'ndisc-router.c',
- 'ndisc-router.h',
'network-common.c',
- 'network-common.h',
'network-internal.c',
- 'network-internal.h',
- 'radv-internal.h',
'sd-dhcp-client.c',
'sd-dhcp-lease.c',
'sd-dhcp-server.c',