]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Don't ship generated python/libvirt.? files.
authorPhilipp Hahn <hahn@univention.de>
Thu, 15 Apr 2010 10:49:33 +0000 (12:49 +0200)
committerEric Blake <eblake@redhat.com>
Tue, 20 Apr 2010 14:13:06 +0000 (08:13 -0600)
commit5d4009b0d179d38508a214b217cc46205bb68603
tree417bc471395d7885981b0fcf2ad6300545a60393
parent90302e7f8dd59f257c434fd9bb3a3160d2f0b48e
Don't ship generated python/libvirt.? files.

libvirt.c and libvirt.h are auto-generated files. Mentioning their names
in *_SOURCES includes them in the distribution. During an out-of-tree
build these shipped files are included instead of the auto-generated
version, potentially breaking the build (as it happend in 0.8.0, because
the shipped libvirt.h was missing the declaration for
'libvirt_virDomainUpdateDeviceFlags')

Use the nodist_*_SOURCES automake variable instead.

Signed-off-by: Philipp Hahn <hahn@univention.de>
python/Makefile.am