diff options
author | Filipe Brandenburger <filbranden@google.com> | 2014-06-19 11:59:34 -0700 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-20 00:25:00 +0200 |
commit | 302c9d6c8b4f778240c29a08060c037c6b6211a0 (patch) | |
tree | 37f239c48183b0485ad4b9faad65501e3f6d341f | |
parent | 2c455af4c765463c75df79acba34d2347c03cbff (diff) |
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
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 06105bde36..004f5e743a 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 |