[Libguestfs] [PATCH v2 1/7] lib: Share common protocol and errnostring libraries with the library and daemon.

Pino Toscano ptoscano at redhat.com
Thu Jan 26 15:57:32 UTC 2017


On Wednesday, 25 January 2017 14:37:10 CET Richard W.M. Jones wrote:
> This commit, which is just code motion, moves the common XDR protocol
> code (libprotocol) and the common errno handling (liberrnostring) into
> libraries which are each built once and shared between the library and
> daemon.
> ---
>  guestfsd_SOURCES = \
> +	../common/errnostring/errnostring.h \
> +	../common/protocol/guestfs_protocol.h \

> [...]

>  libguestfs_la_SOURCES = \
> +	../common/errnostring/errnostring.h \
> +	../common/protocol/guestfs_protocol.h \

Are these two changes needed? The targets already depend on the .la.

-- 
Pino Toscano
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part.
URL: <http://listman.redhat.com/archives/libguestfs/attachments/20170126/9bbaa5cb/attachment.sig>


More information about the Libguestfs mailing list