[systemd-devel] [PATCH 3/3] sd-dhcp6-client: include dhcp6-protocol.h in the list of sources

Filipe Brandenburger filbranden at google.com
Thu Jun 19 11:59:36 PDT 2014


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 d93b64e69d85..2427b24f59fd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2614,6 +2614,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 \
-- 
1.9.3



More information about the systemd-devel mailing list