From: Michal Privoznik Date: Thu, 7 Nov 2013 10:57:27 +0000 (+0100) Subject: tests: Distribute virpcitestdata X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=5ac7f078604b163895cbbaa4efcce9e8caefe3f0;p=libvirt.git tests: Distribute virpcitestdata Since 21685c955e5466 we have tests/virpcitestdata dir containing the PCI config files for some dummy PCI devices that are used int virpcitest. However, the directory containing the config files is not distributed making 'make rpm' fail. Signed-off-by: Michal Privoznik --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 2c2e5a93da..70b5f61b06 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -107,6 +107,7 @@ EXTRA_DIST = \ sysinfodata \ test-lib.sh \ virsh-uriprecedence \ + virpcitestdata \ vmx2xmldata \ xencapsdata \ xmconfigdata \