mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
build: ship helper scripts
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.
This commit is contained in:
parent
099dc93b7c
commit
e648aee0f5
@ -1342,9 +1342,11 @@ noinst_LTLIBRARIES += \
|
|||||||
libvirt-net-rpc-client.la
|
libvirt-net-rpc-client.la
|
||||||
|
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
rpc/virnetprotocol.x \
|
dtrace2systemtap.pl \
|
||||||
rpc/gendispatch.pl \
|
rpc/gendispatch.pl \
|
||||||
rpc/genprotocol.pl
|
rpc/genprotocol.pl \
|
||||||
|
rpc/gensystemtap.pl \
|
||||||
|
rpc/virnetprotocol.x
|
||||||
|
|
||||||
VIR_NET_RPC_GENERATED = \
|
VIR_NET_RPC_GENERATED = \
|
||||||
$(srcdir)/rpc/virnetprotocol.h \
|
$(srcdir)/rpc/virnetprotocol.h \
|
||||||
|
Loading…
Reference in New Issue
Block a user