From 34dc7f4b83360c1d04b11bbfe0339f83d81d8cd9 Mon Sep 17 00:00:00 2001 From: Laine Stump Date: Thu, 21 Jun 2018 02:19:45 -0400 Subject: [PATCH] hyperv: fix typo in Makefile.am.inc The problem has been around for quite awhile - the misspelling was faithfully copied from src/Makefile.am to src/hyperv/Makefile.am.inc in commit 253b528c. Signed-off-by: Laine Stump ACKed-by: Michal Privoznik --- src/hyperv/Makefile.inc.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hyperv/Makefile.inc.am b/src/hyperv/Makefile.inc.am index 1478d77b08..3833589470 100644 --- a/src/hyperv/Makefile.inc.am +++ b/src/hyperv/Makefile.inc.am @@ -26,10 +26,10 @@ HYPERV_DRIVER_EXTRA_DIST = \ $(HYPERV_GENERATED_STAMP) \ $(NULL) -DRIVER_SOURCE_FILES += $(HYPERV_DRIVER_SORUCES) +DRIVER_SOURCE_FILES += $(HYPERV_DRIVER_SOURCES) EXTRA_DIST += \ - $(HYPERV_DRIVER_SORUCES) \ + $(HYPERV_DRIVER_SOURCES) \ $(HYPERV_DRIVER_EXTRA_DIST) \ $(NULL) -- GitLab