]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
src: remove unnecessary -I$(srcdir)/secret include
authorPavel Hrdina <phrdina@redhat.com>
Mon, 4 May 2020 15:28:54 +0000 (17:28 +0200)
committerPavel Hrdina <phrdina@redhat.com>
Fri, 10 Jul 2020 07:40:38 +0000 (09:40 +0200)
Commit <894556ca813ad3c4ebb01083b7971d73b4f53c8b> moved function
virSecretGetSecretString out of secret directory but forgot to update
CFLAGS in places where the include is no longer needed.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/libxl/Makefile.inc.am
src/qemu/Makefile.inc.am
src/storage/Makefile.inc.am

index 619835a46b6bc5d638812dcdf6465f52337fa88b..9037ba61ef3d6c7c22875a1292db1366447fe760 100644 (file)
@@ -45,7 +45,6 @@ libvirt_driver_libxl_impl_la_CFLAGS = \
        -I$(srcdir)/access \
        -I$(builddir)/access \
        -I$(srcdir)/conf \
-       -I$(srcdir)/secret \
        -I$(srcdir)/hypervisor \
        $(AM_CFLAGS) \
        $(NULL)
index f83a675ba2f6eafc782ac5c0ef4516a3e996b63b..9e1d6192f5e83e80dd604e40f7710a20a5bf075c 100644 (file)
@@ -103,7 +103,6 @@ libvirt_driver_qemu_impl_la_CFLAGS = \
        -I$(srcdir)/access \
        -I$(builddir)/access \
        -I$(srcdir)/conf \
-       -I$(srcdir)/secret \
        -I$(srcdir)/hypervisor \
        $(AM_CFLAGS) \
        $(NULL)
index 2f46d244f3ac3690b848b58b45ab508799848a33..5e98a7ef5c5fb192fba14a2ee9e700b1b3a6e131 100644 (file)
@@ -123,7 +123,6 @@ libvirt_driver_storage_impl_la_CFLAGS = \
        -I$(srcdir)/access \
        -I$(builddir)/access \
        -I$(srcdir)/conf \
-       -I$(srcdir)/secret \
        $(AM_CFLAGS) \
        $(NULL)
 libvirt_driver_storage_impl_la_LDFLAGS = $(AM_LDFLAGS)
@@ -269,7 +268,6 @@ if WITH_STORAGE_ISCSI
 libvirt_storage_backend_iscsi_la_SOURCES = $(STORAGE_DRIVER_ISCSI_SOURCES)
 libvirt_storage_backend_iscsi_la_CFLAGS = \
        -I$(srcdir)/conf \
-       -I$(srcdir)/secret \
        $(AM_CFLAGS) \
        $(NULL)
 
@@ -286,7 +284,6 @@ libvirt_storage_backend_iscsi_direct_la_SOURCES = \
        $(STORAGE_DRIVER_ISCSI_DIRECT_SOURCES)
 libvirt_storage_backend_iscsi_direct_la_CFLAGS = \
        -I$(srcdir)/conf \
-       -I$(srcdir)/secret \
        $(LIBISCSI_CFLAGS) \
        $(AM_CFLAGS) \
        $(NULL)
@@ -356,7 +353,6 @@ libvirt_storage_backend_rbd_la_LIBADD = \
        $(NULL)
 libvirt_storage_backend_rbd_la_CFLAGS = \
        -I$(srcdir)/conf \
-       -I$(srcdir)/secret \
        $(AM_CFLAGS) \
        $(NULL)