summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Gundersen <teg@jklm.no>2014-01-20 23:40:30 +0100
committerTom Gundersen <teg@jklm.no>2014-01-21 00:04:53 +0100
commitc61be55d23f7603a986dc2937dd7f9aa390ae79c (patch)
treeb18fdee5a24dc1d91cbe78a02bd445bca7983edc /src
parent5274f05381d460069458d2139a28766c574fb197 (diff)
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.
Diffstat (limited to 'src')
l---------src/libsystemd-dhcp/Makefile1
-rw-r--r--src/libsystemd-dhcp/dhcp-internal.h (renamed from src/libsystemd/dhcp-internal.h)0
-rw-r--r--src/libsystemd-dhcp/dhcp-network.c (renamed from src/libsystemd/dhcp-network.c)0
-rw-r--r--src/libsystemd-dhcp/dhcp-option.c (renamed from src/libsystemd/dhcp-option.c)0
-rw-r--r--src/libsystemd-dhcp/dhcp-protocol.h (renamed from src/libsystemd/dhcp-protocol.h)0
-rw-r--r--src/libsystemd-dhcp/sd-dhcp-client.c (renamed from src/libsystemd/sd-dhcp-client.c)0
-rw-r--r--src/libsystemd-dhcp/test-dhcp-client.c (renamed from src/libsystemd/test-dhcp-client.c)0
-rw-r--r--src/libsystemd-dhcp/test-dhcp-option.c (renamed from src/libsystemd/test-dhcp-option.c)0
8 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd-dhcp/Makefile b/src/libsystemd-dhcp/Makefile
new file mode 120000
index 0000000000..d0b0e8e008
--- /dev/null
+++ b/src/libsystemd-dhcp/Makefile
@@ -0,0 +1 @@
+../Makefile \ No newline at end of file
diff --git a/src/libsystemd/dhcp-internal.h b/src/libsystemd-dhcp/dhcp-internal.h
index 43b5b1d000..43b5b1d000 100644
--- a/src/libsystemd/dhcp-internal.h
+++ b/src/libsystemd-dhcp/dhcp-internal.h
diff --git a/src/libsystemd/dhcp-network.c b/src/libsystemd-dhcp/dhcp-network.c
index b2de67e8a7..b2de67e8a7 100644
--- a/src/libsystemd/dhcp-network.c
+++ b/src/libsystemd-dhcp/dhcp-network.c
diff --git a/src/libsystemd/dhcp-option.c b/src/libsystemd-dhcp/dhcp-option.c
index 4d45b3b3a4..4d45b3b3a4 100644
--- a/src/libsystemd/dhcp-option.c
+++ b/src/libsystemd-dhcp/dhcp-option.c
diff --git a/src/libsystemd/dhcp-protocol.h b/src/libsystemd-dhcp/dhcp-protocol.h
index abdfe8d54b..abdfe8d54b 100644
--- a/src/libsystemd/dhcp-protocol.h
+++ b/src/libsystemd-dhcp/dhcp-protocol.h
diff --git a/src/libsystemd/sd-dhcp-client.c b/src/libsystemd-dhcp/sd-dhcp-client.c
index 3b7b9f4ccd..3b7b9f4ccd 100644
--- a/src/libsystemd/sd-dhcp-client.c
+++ b/src/libsystemd-dhcp/sd-dhcp-client.c
diff --git a/src/libsystemd/test-dhcp-client.c b/src/libsystemd-dhcp/test-dhcp-client.c
index 56a10b3dfc..56a10b3dfc 100644
--- a/src/libsystemd/test-dhcp-client.c
+++ b/src/libsystemd-dhcp/test-dhcp-client.c
diff --git a/src/libsystemd/test-dhcp-option.c b/src/libsystemd-dhcp/test-dhcp-option.c
index ac0b0a435a..ac0b0a435a 100644
--- a/src/libsystemd/test-dhcp-option.c
+++ b/src/libsystemd-dhcp/test-dhcp-option.c