Otherwise, 'make rpm' fails with:
GEN libvirt_qemu.def
make[2]: *** No rule to make target `dtrace2systemtap.pl', needed by
`libvirt_probes.stp'. Stop.
* src/Makefile.am (EXTRA_DIST): Add recent script additions.
---
Pushing under the build-breaker rule.
src/Makefile.am | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/Makefile.am b/src/Makefile.am
index 6451ad3..dcb4d33 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1342,9 +1342,11 @@ noinst_LTLIBRARIES += \
libvirt-net-rpc-client.la
EXTRA_DIST += \
- rpc/virnetprotocol.x \
- rpc/gendispatch.pl \
- rpc/genprotocol.pl
+ rpc/dtrace2systemtap.pl \
+ rpc/gendispatch.pl \
+ rpc/genprotocol.pl \
+ rpc/gensystemtap.pl \
+ rpc/virnetprotocol.x
VIR_NET_RPC_GENERATED = \
$(srcdir)/rpc/virnetprotocol.h \
--
1.7.4.4