]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
build: Fixed generating of libvirt_qemu_probes.h
authorMartin Kletzander <mkletzan@redhat.com>
Wed, 30 May 2012 10:08:18 +0000 (12:08 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Wed, 30 May 2012 10:13:13 +0000 (12:13 +0200)
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.

src/Makefile.am

index c8efa5b20a332ae153886c9bf3805d676576e1ee..1fde93697175c6e11f58917502de8ea7f7ba6bd1 100644 (file)
@@ -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