mirror of https://gitee.com/openkylin/libvirt.git
build: Fixed generating of libvirt_qemu_probes.h
I added libvirt_qemu_probes.h into BUILT_SOURCES. That makes it generated, but most probably it is not the clearest way how to do that, but it fixes the build.
This commit is contained in:
parent
ffc9f7ab4f
commit
be6c46b1b4
|
@ -1294,6 +1294,7 @@ BUILT_SOURCES += libvirt_probes.h libvirt_probes.stp libvirt_functions.stp
|
|||
if WITH_QEMU
|
||||
libvirt_driver_qemu_la_LIBADD += libvirt_qemu_probes.lo
|
||||
nodist_libvirt_driver_qemu_la_SOURCES = libvirt_qemu_probes.h
|
||||
BUILT_SOURCES += libvirt_qemu_probes.h
|
||||
endif
|
||||
|
||||
tapsetdir = $(datadir)/systemtap/tapset
|
||||
|
|
Loading…
Reference in New Issue