]> xenbits.xensource.com Git - libvirt.git/commitdiff
secret: Makefile: Fix an EXTRA_DIST typo
authorErik Skultety <eskultet@redhat.com>
Wed, 19 Sep 2018 13:37:26 +0000 (15:37 +0200)
committerErik Skultety <eskultet@redhat.com>
Wed, 19 Sep 2018 13:37:26 +0000 (15:37 +0200)
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

index 305c4a1ead4de25ce1928dfcb614f3fd94c9e24f..79c2b2d74a2e5527a06b9edefdcbbeac922ff860 100644 (file)
@@ -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