mirror of
https://github.com/systemd/systemd.git
synced 2024-12-17 22:23:39 +08:00
sd-dhcp6-client: include dhcp6-protocol.h in the list of sources
If the file is not listed, then "make dist" will not include it.
Tested: "make distcheck" works after this fix is applied.
Fixes: 139b011ab8
This commit is contained in:
parent
ab2bc6feee
commit
228b2a1277
@ -2611,6 +2611,7 @@ libsystemd_network_la_SOURCES = \
|
||||
src/libsystemd-network/sd-icmp6-nd.c \
|
||||
src/libsystemd-network/sd-dhcp6-client.c \
|
||||
src/libsystemd-network/dhcp6-internal.h \
|
||||
src/libsystemd-network/dhcp6-protocol.h \
|
||||
src/libsystemd-network/dhcp6-network.c \
|
||||
src/libsystemd-network/dhcp6-option.c \
|
||||
src/libsystemd-network/dhcp6-lease-internal.h \
|
||||
|
Loading…
Reference in New Issue
Block a user