mirror of
https://github.com/systemd/systemd.git
synced 2024-12-17 22:23:39 +08:00
sd-dhcp6-client: fix path of sd-icmp6-nd.h in Makefile.am
It was incorrectly looking for a file in src/libsystemd-network/ when the file was actually deployed to src/systemd/ instead. This broke "make dist".
Tested: "make dist" works again after this patchset is applied.
Fixes: f20a35cc0d
This commit is contained in:
parent
302c9d6c8b
commit
ab2bc6feee
@ -2666,7 +2666,7 @@ test_ipv4ll_LDADD = \
|
||||
|
||||
test_icmp6_rs_SOURCES = \
|
||||
src/systemd/sd-dhcp6-client.h \
|
||||
src/libsystemd-network/sd-icmp6-nd.h \
|
||||
src/systemd/sd-icmp6-nd.h \
|
||||
src/libsystemd-network/dhcp6-internal.h \
|
||||
src/libsystemd-network/test-icmp6-rs.c
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user