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 <laine(a)laine.org>
---
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)
--
2.14.4