From 21c03d4fe6cde131312094914121129acae85324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Wed, 3 Apr 2019 12:01:27 +0100 Subject: [PATCH] tests: fix typo in mock filename added to EXTRA_DIST MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Daniel P. Berrangé --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 436aac285f..1319c3b12c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -146,7 +146,7 @@ EXTRA_DIST = \ virjsondata \ virmacmaptestdata \ virmock.h \ - virmockstathelpers.h \ + virmockstathelpers.c \ virnetdaemondata \ virnetdevtestdata \ virnwfilterbindingxml2xmldata \