diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-08-12 02:12:05 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-08-12 02:12:05 +0200 |
commit | a903fd34c0e30b82f4264ea25553535edefdee08 (patch) | |
tree | e2955cdba1c7bd3b26b4b2de746a2c75f413d54d /src/libsystemd/sd-network/Makefile | |
parent | 7bfe1e9cb0a63ecaa13ef59a37e65698ba3121d8 (diff) |
sd-network: move sd-network API into libsystemd proper
In contrast to the DHCP/IPv4LL/ICMP6 APIs sd-network is not a protocol
implementation but a client API for networkd, hence move it into
libsystemd proper.
Diffstat (limited to 'src/libsystemd/sd-network/Makefile')
l--------- | src/libsystemd/sd-network/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsystemd/sd-network/Makefile b/src/libsystemd/sd-network/Makefile new file mode 120000 index 0000000000..d0b0e8e008 --- /dev/null +++ b/src/libsystemd/sd-network/Makefile @@ -0,0 +1 @@ +../Makefile
\ No newline at end of file |