From: Martin Kletzander Date: Mon, 30 Nov 2015 14:37:19 +0000 (+0100) Subject: include: Install libvirt-common.h X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=98e2c39d39751932837b66139b3c1227fea95fea;p=people%2Fliuw%2Flibxenctrl-split%2Flibvirt.git include: Install libvirt-common.h Otherwise nobody will be able to include libvirt.h. Signed-off-by: Martin Kletzander --- diff --git a/include/libvirt/Makefile.am b/include/libvirt/Makefile.am index 8e5b1b873..5a4ada0b7 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 \