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