[Spice-devel] [spice-common 7/7] build: Move client sources to libspice_common_client_la_SOURCES
Frediano Ziglio
fziglio at redhat.com
Tue Jun 5 08:37:23 UTC 2018
>
> These sources are only used by the client, so they do not belong in
> libspice_common_la_SOURCES.
>
> Signed-off-by: Eduardo Lima (Etrunko) <etrunko at redhat.com>
> Signed-off-by: Christophe Fergeau <cfergeau at redhat.com>
> ---
> common/Makefile.am | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/common/Makefile.am b/common/Makefile.am
> index dd37b80..3cbc49f 100644
> --- a/common/Makefile.am
> +++ b/common/Makefile.am
> @@ -23,8 +23,6 @@ libspice_common_la_SOURCES = \
> backtrace.h \
> canvas_utils.c \
> canvas_utils.h \
> - client_demarshallers.h \
> - client_marshallers.h \
> draw.h \
> lines.c \
> lines.h \
> @@ -54,8 +52,6 @@ libspice_common_la_SOURCES = \
> snd_codec.c \
> snd_codec.h \
> spice_common.h \
> - ssl_verify.c \
> - ssl_verify.h \
> verify.h \
> $(NULL)
>
> @@ -70,6 +66,10 @@ EXTRA_libspice_common_la_SOURCES = \
> $(NULL)
>
> libspice_common_client_la_SOURCES = \
> + client_demarshallers.h \
> + client_marshallers.h \
> + ssl_verify.c \
> + ssl_verify.h \
> $(CLIENT_MARSHALLERS) \
> $(NULL)
>
Acked-by: Frediano Ziglio <fziglio at redhat.com>
Frediano
More information about the Spice-devel
mailing list