diff options
author | Filipe Brandenburger <filbranden@google.com> | 2014-06-19 11:59:36 -0700 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-20 00:25:08 +0200 |
commit | 228b2a1277d3b3ae5e7cec32d200ec1a9259d9b0 (patch) | |
tree | 955a1075f3b1d08b348a5773c16106dbefb860e2 | |
parent | ab2bc6feee7022cea057f8e00f513f7dba962c74 (diff) |
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
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index caee5c93df..fd3205d5e7 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 \ |