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:
Filipe Brandenburger 2014-06-19 11:59:36 -07:00 committed by Lennart Poettering
parent ab2bc6feee
commit 228b2a1277

View file

@ -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 \