mirror of https://gitee.com/openkylin/libvirt.git
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
|
||||
|
||||
EXTRA_DIST += \
|
||||
rpc/virnetprotocol.x \
|
||||
rpc/gendispatch.pl \
|
||||
rpc/genprotocol.pl
|
||||
dtrace2systemtap.pl \
|
||||
rpc/gendispatch.pl \
|
||||
rpc/genprotocol.pl \
|
||||
rpc/gensystemtap.pl \
|
||||
rpc/virnetprotocol.x
|
||||
|
||||
VIR_NET_RPC_GENERATED = \
|
||||
$(srcdir)/rpc/virnetprotocol.h \
|
||||
|
|
Loading…
Reference in New Issue