]> xenbits.xensource.com Git - libvirt.git/commit
build: don't lose probes.o files
authorEric Blake <eblake@redhat.com>
Tue, 29 May 2012 20:58:56 +0000 (14:58 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 29 May 2012 21:09:01 +0000 (15:09 -0600)
commit620dda66618d16a9bc5ab0ce85fd0e3834dbbc9d
tree65077ce297006c2ded6b71e2872cc8ef5aa1fe67
parentfca009fd04462edefb7ef4d3654a80a28e98878b
build: don't lose probes.o files

The previous patch fixed an incremental build, but missed that on
a fresh checkout, we now have nothing left that stops make from
nuking libvirt_qemu_probes.o.

* src/Makefile.am ($(libvirt_driver_qemu_la_SOURCES)): Delete,
since this variable is empty.
(.PRECIOUS): Add %_probes.o, so they don't get nuked as an
intermediate by-product after creating %_probes.lo.
src/Makefile.am