On Wed, 13.11.13 23:22, Patrik Flykt (patrik.fl...@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
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to