summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2015-10-16 18:09:10 +0200
committerTom Gundersen <teg@jklm.no>2015-10-22 17:19:54 +0200
commit940367a0abb4cc4460922cc2fb933ba278a2afbb (patch)
treee320409b915bb4dab92be7d64e85cdeac242fa2e /Makefile.am
parentde1e9928f137f4d17f463956a7612d9676c393aa (diff)
libsystemd-network: split icm6-util.[ch] out of dhcp6 code
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index eba47e4e12..f309eac10f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3237,6 +3237,8 @@ libsystemd_network_la_SOURCES = \
src/libsystemd-network/network-internal.c \
src/libsystemd-network/network-internal.h \
src/libsystemd-network/sd-ndisc.c \
+ src/libsystemd-network/icmp6-util.h \
+ src/libsystemd-network/icmp6-util.c \
src/libsystemd-network/sd-dhcp6-client.c \
src/libsystemd-network/dhcp6-internal.h \
src/libsystemd-network/dhcp6-protocol.h \
@@ -3323,7 +3325,7 @@ test_pppoe_LDADD = \
test_ndisc_rs_SOURCES = \
src/systemd/sd-dhcp6-client.h \
src/systemd/sd-ndisc.h \
- src/libsystemd-network/dhcp6-internal.h \
+ src/libsystemd-network/icmp6-util.h \
src/libsystemd-network/test-ndisc-rs.c \
src/libsystemd-network/dhcp-identifier.h \
src/libsystemd-network/dhcp-identifier.c