]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tools: Don't list virsh-* under EXTRA_DIST
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 31 Aug 2016 10:52:11 +0000 (12:52 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 31 Aug 2016 10:52:11 +0000 (12:52 +0200)
commit8540301b782a36a0721ece0fe756e7e328d61418
treea38c8dd89f4c25bf361c2c711f5eb5aefe55f075
parent36f57ad7d792f9a1342d48c9977ca9f5af647d1d
tools: Don't list virsh-* under EXTRA_DIST

When we wanted to break huge and unmaintainable virsh into
smaller files first thing we did was to just move funcs into
virsh-.c files and then #include them from virsh. Having it done
this way we also needed to have them listed under EXTRA_DIST.
However, things got changed since then and now all the virsh-*.c
files are proper source files. Therefore they are listed under
virsh_SOURCES too. But for some reason we forgot to remove them
from EXTRA_DIST.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
tools/Makefile.am