[libvirt] [PATCH] build: distribute virsh related source files

Martin Kletzander mkletzan at redhat.com
Tue Jul 31 06:21:08 UTC 2012


On 07/31/2012 05:57 AM, Guannan Ren wrote:
> In virsh.c, it includes multiple virsh source files, we need
> to have them distributed.
> ---
>  tools/Makefile.am |   13 +++++++++++--
>  1 files changed, 11 insertions(+), 2 deletions(-)
> 
> diff --git a/tools/Makefile.am b/tools/Makefile.am
> index 723db8e..7c048b2 100644
> --- a/tools/Makefile.am
> +++ b/tools/Makefile.am
> @@ -25,8 +25,17 @@ EXTRA_DIST = \
>  	virt-sanlock-cleanup.in				\
>  	virt-sanlock-cleanup.8				\
>  	virsh.pod					\
> -	libvirt-guests.sysconf		\
> -	virsh-edit.c
> +	libvirt-guests.sysconf				\
> +	virsh-edit.c					\
> +	virsh-domain.c					\
> +	virsh-domain-monitor.c				\
> +	virsh-host.c virsh-interface.c			\
> +	virsh-network.c virsh-nodedev.c			\
> +	virsh-nwfilter.c virsh-pool.c			\
> +	virsh-secret.c virsh-snapshot.c			\
> +	virsh-volume.c
> +
> +
>  
>  DISTCLEANFILES =
>  

Guess we forgot about that, thanks for noticing, ACK.

Martin




More information about the libvir-list mailing list