From: Michal Privoznik Date: Fri, 12 Jun 2015 07:48:04 +0000 (+0200) Subject: tests: Distribute virnetserverdata X-Git-Tag: v1.2.17-rc1~207 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a377408f0bfe15fcd9aab78fae426b255456da81;p=thirdparty%2Flibvirt.git tests: Distribute virnetserverdata Fairly recently we've introduced virnetservertest. This test has some input data stored under tests/virnetserverdata which unfortunately was not distributed among with the test. Therefore 'make distcheck' failed. Fix this by adding the directory into EXTRA_DIST. Signed-off-by: Michal Privoznik --- diff --git a/tests/Makefile.am b/tests/Makefile.am index c9e2c8a0af..b3a0e4b2c8 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -138,6 +138,7 @@ EXTRA_DIST = \ vircgroupdata \ virfiledata \ virnetdevtestdata \ + virnetserverdata \ virpcitestdata \ virscsidata \ virusbtestdata \