[libvirt] [PATCH] include: Install libvirt-common.h

Otherwise nobody will be able to include libvirt.h. Signed-off-by: Martin Kletzander <mkletzan@redhat.com> --- include/libvirt/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/include/libvirt/Makefile.am b/include/libvirt/Makefile.am index 8e5b1b873dd7..5a4ada0b77d2 100644 --- a/include/libvirt/Makefile.am +++ b/include/libvirt/Makefile.am @@ -19,6 +19,7 @@ virincdir = $(includedir)/libvirt virinc_HEADERS = libvirt.h \ + libvirt-common.h \ libvirt-domain.h \ libvirt-domain-snapshot.h \ libvirt-event.h \ -- 2.6.3

On 30/11/15 15:37, Martin Kletzander wrote:
Otherwise nobody will be able to include libvirt.h.
Signed-off-by: Martin Kletzander <mkletzan@redhat.com> --- include/libvirt/Makefile.am | 1 + 1 file changed, 1 insertion(+)
diff --git a/include/libvirt/Makefile.am b/include/libvirt/Makefile.am index 8e5b1b873dd7..5a4ada0b77d2 100644 --- a/include/libvirt/Makefile.am +++ b/include/libvirt/Makefile.am @@ -19,6 +19,7 @@ virincdir = $(includedir)/libvirt
virinc_HEADERS = libvirt.h \ + libvirt-common.h \ libvirt-domain.h \ libvirt-domain-snapshot.h \ libvirt-event.h \
ACK. Erik
participants (2)
-
Erik Skultety
-
Martin Kletzander