From 228b2a1277d3b3ae5e7cec32d200ec1a9259d9b0 Mon Sep 17 00:00:00 2001 From: Filipe Brandenburger Date: Thu, 19 Jun 2014 11:59:36 -0700 Subject: [PATCH] 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 --- Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.30.2