[systemd-devel] [PATCH 13/28] build: Add libsystemd-dhcp
Lennart Poettering
lennart at poettering.net
Wed Nov 13 16:18:58 PST 2013
On Wed, 13.11.13 23:22, Patrik Flykt (patrik.flykt at linux.intel.com) wrote:
> ---
> Makefile.am | 20 ++++++++++++++++++++
> 1 file changed, 20 insertions(+)
>
> diff --git a/Makefile.am b/Makefile.am
> index aeca484..5c350ab 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -3740,6 +3740,26 @@ endif
>
> # ------------------------------------------------------------------------------
> if ENABLE_DHCP
> +libsystemd_dhcp_la_SOURCES = \
> + src/dhcp/protocol.h \
> + src/dhcp/internal.h \
> + src/dhcp/network.c \
> + src/dhcp/option.c \
> + src/dhcp/client.h \
> + src/dhcp/client.c
Which one of these should be public APIs? Please keep them minimal and
move them to src/systemd/ instead, and use the "sd-" prefix for them
Lennart
--
Lennart Poettering, Red Hat
More information about the systemd-devel
mailing list