From 302c9d6c8b4f778240c29a08060c037c6b6211a0 Mon Sep 17 00:00:00 2001 From: Filipe Brandenburger Date: Thu, 19 Jun 2014 11:59:34 -0700 Subject: [PATCH] sd-dhcp6-client: remove bogus dependency on dhcp6-icmp6.h Makefile.am had a reference to it but it none of the sources included it. Tested: "make dist" works again after this patchset is applied. Fixes: 2ea8857effb833615b16d10fc7a19a7104c19e13 --- Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 06105bde3..004f5e743 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2677,7 +2677,6 @@ test_icmp6_rs_LDADD = \ test_dhcp6_client_SOURCES = \ src/systemd/sd-dhcp6-client.h \ - src/libsystemd-network/dhcp6-icmp6.h \ src/libsystemd-network/dhcp6-internal.h \ src/libsystemd-network/test-dhcp6-client.c -- 2.30.2