mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 22:25:25 +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)
|
STATEFUL_DRIVER_SOURCE_FILES += $(SECRET_DRIVER_SOURCES)
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
$(SECRET_DRIVER_SOURCES) \
|
$(SECRET_DRIVER_SOURCES) \
|
||||||
$(SECRET_UTIL_SOURCESQ) \
|
$(SECRET_UTIL_SOURCES) \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
||||||
noinst_LTLIBRARIES += libvirt_secret.la
|
noinst_LTLIBRARIES += libvirt_secret.la
|
||||||
|
Loading…
Reference in New Issue
Block a user