aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2007-09-20 17:41:09 +0200
committerAvi Kivity <avi@qumranet.com>2007-09-20 19:39:37 +0200
commit571542855decdd714afb7b8ee3eb4b1e1abc303e (patch)
tree6f6f323df34491f0fc924ed1062a81978593fe7e
parent373fdef0383b06b9ade1f9c2010a906cfd97e520 (diff)
kvm: external module: install new include file linux/kvm_para.hkvm-43kvm-42
Install new include file linux/kvm_para.h. Without that fix builds using the installed libkvm fail because kvmctl.h includes kvm_para.h. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Avi Kivity <avi@qumranet.com>
-rw-r--r--kvm/user/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/kvm/user/Makefile b/kvm/user/Makefile
index 02d33eb98..26eb530b5 100644
--- a/kvm/user/Makefile
+++ b/kvm/user/Makefile
@@ -55,6 +55,8 @@ install:
install -D kvmctl.h $(DESTDIR)/$(PREFIX)/include/kvmctl.h
install -D $(KERNELDIR)/include/linux/kvm.h \
$(DESTDIR)/$(PREFIX)/include/linux/kvm.h
+ install -D $(KERNELDIR)/include/linux/kvm_para.h \
+ $(DESTDIR)/$(PREFIX)/include/linux/kvm_para.h
install -D libkvm.a $(DESTDIR)/$(PREFIX)/$(LIBDIR)/libkvm.a
%.flat: %.o