From: Laine Stump Date: Thu, 21 Jun 2018 06:19:45 +0000 (-0400) Subject: hyperv: fix typo in Makefile.am.inc X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=34dc7f4b83360c1d04b11bbfe0339f83d81d8cd9;p=libvirt.git 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 --- 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)