aboutsummaryrefslogtreecommitdiffstats
path: root/tools/include
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-01-26 14:41:39 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-01-26 14:41:39 +0000
commit41a5d4c1fe28d5c5ca2e36e83828aff535fc3364 (patch)
tree29ce4b0973286f64e09bec2f82fa709c3ee4f4be /tools/include
parentc22615b9ae644208997cccbf2f14dccfc2ecdfb3 (diff)
downloadxen-41a5d4c1fe28d5c5ca2e36e83828aff535fc3364.tar.gz
xen-41a5d4c1fe28d5c5ca2e36e83828aff535fc3364.tar.bz2
xen-41a5d4c1fe28d5c5ca2e36e83828aff535fc3364.zip
Also install xen/sys into headers.
Signed-off-by: Bastian Blank <waldi@debian.org>
Diffstat (limited to 'tools/include')
-rw-r--r--tools/include/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/include/Makefile b/tools/include/Makefile
index 47a72a8aa7..6c41dc3211 100644
--- a/tools/include/Makefile
+++ b/tools/include/Makefile
@@ -23,6 +23,7 @@ install: all
$(INSTALL_DIR) $(DESTDIR)$(INCLUDEDIR)/xen/foreign
$(INSTALL_DIR) $(DESTDIR)$(INCLUDEDIR)/xen/hvm
$(INSTALL_DIR) $(DESTDIR)$(INCLUDEDIR)/xen/io
+ $(INSTALL_DIR) $(DESTDIR)$(INCLUDEDIR)/xen/sys
$(INSTALL_DIR) $(DESTDIR)$(INCLUDEDIR)/xen/xsm
$(INSTALL_DATA) xen/COPYING $(DESTDIR)$(INCLUDEDIR)/xen
$(INSTALL_DATA) xen/*.h $(DESTDIR)$(INCLUDEDIR)/xen
@@ -31,6 +32,7 @@ install: all
$(INSTALL_DATA) xen/foreign/*.h $(DESTDIR)$(INCLUDEDIR)/xen/foreign
$(INSTALL_DATA) xen/hvm/*.h $(DESTDIR)$(INCLUDEDIR)/xen/hvm
$(INSTALL_DATA) xen/io/*.h $(DESTDIR)$(INCLUDEDIR)/xen/io
+ $(INSTALL_DATA) xen/sys/*.h $(DESTDIR)$(INCLUDEDIR)/xen/sys
$(INSTALL_DATA) xen/xsm/*.h $(DESTDIR)$(INCLUDEDIR)/xen/xsm
.PHONY: clean