[libvirt] [PATCH] Add 2 systemtap script in EXTRA_DIST

Michal Privoznik mprivozn at redhat.com
Mon Oct 10 07:02:58 UTC 2016


On 10.10.2016 11:42, Luyao Huang wrote:
> Then we will include these 2 useful script in VPATH build.
> 
> Signed-off-by: Luyao Huang <lhuang at redhat.com>
> ---
>  examples/Makefile.am | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/examples/Makefile.am b/examples/Makefile.am
> index bd8460d..ca6e039 100644
> --- a/examples/Makefile.am
> +++ b/examples/Makefile.am
> @@ -28,6 +28,8 @@ EXTRA_DIST = \
>  	lxcconvert/virt-lxc-convert \
>  	polkit/libvirt-acl.rules \
>  	systemtap/events.stp \
> +	systemtap/lock-debug.stp \
> +	systemtap/qemu-monitor.stp \
>  	systemtap/rpc-monitor.stp \
>  	$(FILTERS) \
>  	$(wildcard $(srcdir)/xml/storage/*.xml) \
> 

This works, byt we can also just include systemtap/*.stp and distribute
whatever systemtap scrip we ever come up with.

Therefore, I'm squashing this in:

-       systemtap/events.stp \
-       systemtap/lock-debug.stp \
-       systemtap/qemu-monitor.stp \
-       systemtap/rpc-monitor.stp \
+       $(wildcard $(srcdir)/systemtap/*.stp) \

ACKing and pushing. Thanks.

Michal




More information about the libvir-list mailing list