]> xenbits.xensource.com Git - libvirt.git/commitdiff
hyperv: fix typo in Makefile.am.inc
authorLaine Stump <laine@laine.org>
Thu, 21 Jun 2018 06:19:45 +0000 (02:19 -0400)
committerLaine Stump <laine@laine.org>
Thu, 21 Jun 2018 08:03:14 +0000 (04:03 -0400)
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@laine.org>
ACKed-by: Michal Privoznik <mprivozn@redhat.com>
src/hyperv/Makefile.inc.am

index 1478d77b08c083e010cb1bf69e2aa148491ffbb8..3833589470656ae28aa894d0e6d8f828a0997393 100644 (file)
@@ -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)