[libvirt] [PATCH] build: always include libvirt_lxc.syms in tarball

Peter Krempa pkrempa at redhat.com
Mon May 6 19:23:29 UTC 2013


On 05/03/13 01:50, Eric Blake wrote:
> On a mingw build, 'make distcheck' fails with:
>
>    GEN      libvirt_qemu.def
> make[3]: *** No rule to make target `../../src/libvirt_lxc.syms', needed by `libvirt_lxc.def'.  Stop.
>
> I traced it to a missing entry in EXTRA_DIST.  But rather than keep
> the entire list in sync, it is easier to list the three syms files
> that drive .so files directly, and then reuse existing makefile
> variables for the remaining files (that is, I validated that all
> remaining files are added to SYM_FILES, possibly via USED_SYM_FILES,
> according to makefile conditionals).

I checked them too.

>
> * src/Makefile.am (EXTRA_DIST): Ensure all syms files are shipped.
>
> Signed-off-by: Eric Blake <eblake at redhat.com>

ACK, the build is fine with this patch.

> ---
>   src/Makefile.am | 19 +++++--------------
>   1 file changed, 5 insertions(+), 14 deletions(-)

Peter




More information about the libvir-list mailing list