mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Move secret driver into src/secret/
* daemon/qemud.c, src/Makefile.am: Adapt for changed paths * src/secret_driver.c, src/secret_driver.h: Move to src/secret/
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
#ifdef WITH_NODE_DEVICES
|
||||
#include "node_device/node_device_driver.h"
|
||||
#endif
|
||||
#include "secret_driver.h"
|
||||
#include "secret/secret_driver.h"
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
@@ -183,7 +183,7 @@ INTERFACE_DRIVER_SOURCES = \
|
||||
interface/netcf_driver.h interface/netcf_driver.c
|
||||
|
||||
SECRET_DRIVER_SOURCES = \
|
||||
secret_driver.h secret_driver.c
|
||||
secret/secret_driver.h secret/secret_driver.c
|
||||
|
||||
# Storage backend specific impls
|
||||
STORAGE_DRIVER_SOURCES = \
|
||||
|
||||
Reference in New Issue
Block a user