From: Filipe Brandenburger Date: Thu, 19 Jun 2014 18:59:36 +0000 (-0700) Subject: sd-dhcp6-client: include dhcp6-protocol.h in the list of sources X-Git-Tag: v215~277 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=228b2a1277d3b3ae5e7cec32d200ec1a9259d9b0 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: 139b011ab81ccea1d51f09e0261a1c390115c6ff --- diff --git a/Makefile.am b/Makefile.am index caee5c93d..fd3205d5e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \