From: Luyao Huang Date: Mon, 10 Oct 2016 03:42:46 +0000 (+0800) Subject: examples: Distribute all systemtap scripts. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=aafa29704408f98f77850a4bf487e354bf1df65d;p=libvirt.git examples: Distribute all systemtap scripts. Due to a missing entries in Makefile, we were not distributing all the systemtap scripts we have. Signed-off-by: Luyao Huang Signed-off-by: Michal Privoznik --- diff --git a/examples/Makefile.am b/examples/Makefile.am index bd8460de5b..7cb8258ef5 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -27,8 +27,7 @@ EXTRA_DIST = \ apparmor/usr.sbin.libvirtd \ lxcconvert/virt-lxc-convert \ polkit/libvirt-acl.rules \ - systemtap/events.stp \ - systemtap/rpc-monitor.stp \ + $(wildcard $(srcdir)/systemtap/*.stp) \ $(FILTERS) \ $(wildcard $(srcdir)/xml/storage/*.xml) \ $(wildcard $(srcdir)/xml/test/*.xml)