meson: add rules for RA sources

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-05-11 09:19:21 -04:00 committed by Patrik Flykt
parent 24852172b9
commit 4a24ba71a3
3 changed files with 11 additions and 0 deletions

View File

@ -18,6 +18,8 @@ sources = files('''
ndisc-internal.h
ndisc-router.h
ndisc-router.c
sd-radv.c
radv-internal.h
icmp6-util.h
icmp6-util.c
sd-dhcp6-client.c

View File

@ -54,6 +54,8 @@ sources = files('''
networkd-manager.h
networkd-ndisc.c
networkd-ndisc.h
networkd-radv.c
networkd-radv.h
networkd-network-bus.c
networkd-network.c
networkd-network.h

View File

@ -850,6 +850,13 @@ tests += [
libsystemd_network],
[]],
[['src/libsystemd-network/test-ndisc-ra.c',
'src/libsystemd-network/icmp6-util.h',
'src/systemd/sd-ndisc.h'],
[libshared,
libsystemd_network],
[]],
[['src/libsystemd-network/test-dhcp6-client.c',
'src/libsystemd-network/dhcp-identifier.h',
'src/libsystemd-network/dhcp-identifier.c',