mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 14:15:28 +00:00
secret: Makefile: Fix an EXTRA_DIST typo
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>
This commit is contained in:
parent
993d85ae5e
commit
322d2e58d0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user