diff options
author | Tom Gundersen <teg@jklm.no> | 2014-02-11 13:11:18 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-02-11 16:24:23 +0100 |
commit | cf597f650a178626258e67005dc917e504e9e5ea (patch) | |
tree | 8694bd1ba9c51e8c8956a9251ae15413aab49837 /Makefile.am | |
parent | a020c2a01368c47f32a0a1688d739275fb3c1a0a (diff) |
sd-dhcp: split out packet handling from client
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 09a827b02f..6a3fd4853c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2350,6 +2350,7 @@ libsystemd_dhcp_la_SOURCES = \ src/libsystemd-dhcp/dhcp-lease.c \ src/libsystemd-dhcp/dhcp-network.c \ src/libsystemd-dhcp/dhcp-option.c \ + src/libsystemd-dhcp/dhcp-packet.c \ src/libsystemd-dhcp/dhcp-internal.h \ src/libsystemd-dhcp/dhcp-protocol.h |