chiark / gitweb /
libsystemd-dhcp: revert merge into libsystemd
authorTom Gundersen <teg@jklm.no>
Mon, 20 Jan 2014 22:40:30 +0000 (23:40 +0100)
committerTom Gundersen <teg@jklm.no>
Mon, 20 Jan 2014 23:04:53 +0000 (00:04 +0100)
commitc61be55d23f7603a986dc2937dd7f9aa390ae79c
treeb18fdee5a24dc1d91cbe78a02bd445bca7983edc
parent5274f05381d460069458d2139a28766c574fb197
libsystemd-dhcp: revert merge into libsystemd

Unlike the other merged libs, the rest of libsystemd will never depend on
sd-dhcp-client, so there is no reason not to keep it separate.
Makefile.am
src/libsystemd-dhcp/Makefile [new symlink]
src/libsystemd-dhcp/dhcp-internal.h [moved from src/libsystemd/dhcp-internal.h with 100% similarity]
src/libsystemd-dhcp/dhcp-network.c [moved from src/libsystemd/dhcp-network.c with 100% similarity]
src/libsystemd-dhcp/dhcp-option.c [moved from src/libsystemd/dhcp-option.c with 100% similarity]
src/libsystemd-dhcp/dhcp-protocol.h [moved from src/libsystemd/dhcp-protocol.h with 100% similarity]
src/libsystemd-dhcp/sd-dhcp-client.c [moved from src/libsystemd/sd-dhcp-client.c with 100% similarity]
src/libsystemd-dhcp/test-dhcp-client.c [moved from src/libsystemd/test-dhcp-client.c with 100% similarity]
src/libsystemd-dhcp/test-dhcp-option.c [moved from src/libsystemd/test-dhcp-option.c with 100% similarity]