]> git.ipfire.org Git - thirdparty/libvirt.git/commit
tests: Sort EXTRA_DIST in the Makefile
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 17 Jun 2015 16:11:25 +0000 (18:11 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 18 Jun 2015 07:37:26 +0000 (09:37 +0200)
commit7690a5a8383216ed0d85125b442f625ac8a2ee62
tree750763f0ad902a4da260977fde1b23a99bb2f540
parent13e5ea8bd991d9a93d5e427aac52988e07707b60
tests: Sort EXTRA_DIST in the Makefile

We tend to keep the folders in the EXTRA_DIST sorted alphabetically.
However, we've failed sometimes and the list is not ordered anymore.
Reorder it back.

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