From aafa29704408f98f77850a4bf487e354bf1df65d Mon Sep 17 00:00:00 2001 From: Luyao Huang Date: Mon, 10 Oct 2016 11:42:46 +0800 Subject: [PATCH] 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 --- examples/Makefile.am | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)