From 98e2c39d39751932837b66139b3c1227fea95fea Mon Sep 17 00:00:00 2001 From: Martin Kletzander Date: Mon, 30 Nov 2015 15:37:19 +0100 Subject: [PATCH] include: Install libvirt-common.h Otherwise nobody will be able to include libvirt.h. Signed-off-by: Martin Kletzander --- include/libvirt/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/include/libvirt/Makefile.am b/include/libvirt/Makefile.am index 8e5b1b873d..5a4ada0b77 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 \ -- GitLab