[libvirt] [PATCH] secret: Makefile: Fix an EXTRA_DIST typo

Erik Skultety posted 1 patch 5 years, 6 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/322d2e58d02aa4d48f4bff6995a34640a8a7cea7.1537368520.git.eskultet@redhat.com
src/secret/Makefile.inc.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt] [PATCH] secret: Makefile: Fix an EXTRA_DIST typo
Posted by Erik Skultety 5 years, 6 months ago
So, when trying to add some secret util sources, we referenced them with
a non-existent symbol.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
---
 src/secret/Makefile.inc.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/secret/Makefile.inc.am b/src/secret/Makefile.inc.am
index 305c4a1ead..79c2b2d74a 100644
--- a/src/secret/Makefile.inc.am
+++ b/src/secret/Makefile.inc.am
@@ -13,7 +13,7 @@ DRIVER_SOURCE_FILES += $(SECRET_DRIVER_SOURCES)
 STATEFUL_DRIVER_SOURCE_FILES += $(SECRET_DRIVER_SOURCES)
 EXTRA_DIST += \
 	$(SECRET_DRIVER_SOURCES) \
-	$(SECRET_UTIL_SOURCESQ) \
+	$(SECRET_UTIL_SOURCES) \
 	$(NULL)
 
 noinst_LTLIBRARIES += libvirt_secret.la
-- 
2.17.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Re: [libvirt] [PATCH] secret: Makefile: Fix an EXTRA_DIST typo
Posted by Erik Skultety 5 years, 6 months ago
On Wed, Sep 19, 2018 at 04:49:26PM +0200, Erik Skultety wrote:
> So, when trying to add some secret util sources, we referenced them with
> a non-existent symbol.
>
> Signed-off-by: Erik Skultety <eskultet@redhat.com>
> ---

I pushed this as trivial.

Erik

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list