mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
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 <laine@laine.org>
ACKed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
parent
0c4408c832
commit
34dc7f4b83
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user