]> xenbits.xensource.com Git - libvirt.git/commitdiff
examples: Distribute all systemtap scripts.
authorLuyao Huang <lhuang@redhat.com>
Mon, 10 Oct 2016 03:42:46 +0000 (11:42 +0800)
committerMichal Privoznik <mprivozn@redhat.com>
Mon, 10 Oct 2016 07:02:38 +0000 (15:02 +0800)
Due to a missing entries in Makefile, we were not distributing
all the systemtap scripts we have.

Signed-off-by: Luyao Huang <lhuang@redhat.com>
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
examples/Makefile.am

index bd8460de5b7bba83d0ae57c77d37254db7107209..7cb8258ef5effa8316c07964d9cc2e75d6ccefdd 100644 (file)
@@ -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)